ENHANCEMENT: Using buildno in migration

This commit is contained in:
Jeroen De Meerleer 2022-09-07 12:49:44 +02:00
parent abc79023bd
commit 0cbcc8308a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use Doctrine\Migrations\AbstractMigration;
/** /**
* Auto-generated Migration: Please modify to your needs! * Auto-generated Migration: Please modify to your needs!
*/ */
final class Version100 extends AbstractMigration final class Version1000 extends AbstractMigration
{ {
public function getDescription(): string public function getDescription(): string
{ {