Skip to content

Commit e534af1

Browse files
committed
commit
1 parent a0d7a9f commit e534af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/base/migrations/CreateGiftcardRedeemCodeTableMigration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CreateGiftcardRedeemCodeTableMigration extends DBMigration
1313

1414
public function getName(): string
1515
{
16-
return '183_'.parent::getName();
16+
return '8.6_'.parent::getName();
1717
}
1818

1919
public function addDBTableDefinition(Table $table): Table

0 commit comments

Comments
 (0)