Skip to content

Commit d8472dc

Browse files
committed
MySqlSqlPlatform rename indexes
1 parent 1219b3f commit d8472dc

File tree

4 files changed

+192
-5
lines changed

4 files changed

+192
-5
lines changed

src/Migrations/Version20251028092901.php renamed to src/Migrations/Version20251028092901MySql.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
/**
1212
* Manual Migration
1313
*/
14-
final class Version20251028092901 extends AbstractMigration
14+
final class Version20251028092901MySql extends AbstractMigration
1515
{
1616
public function getDescription(): string
1717
{
18-
return '';
18+
return 'Initial schema from SQL file generated from phplist3';
1919
}
2020

2121
/**

src/Migrations/Version20251029105320.php renamed to src/Migrations/Version20251029105320MySqlRelations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
/**
1212
* Auto-generated Migration: Please modify to your needs!
1313
*/
14-
final class Version20251029105320 extends AbstractMigration
14+
final class Version20251029105320MySqlRelations extends AbstractMigration
1515
{
1616
public function getDescription(): string
1717
{
18-
return '';
18+
return 'Update according to symfony Entity mappings';
1919
}
2020

2121
public function up(Schema $schema): void

src/Migrations/Version20251030081120PostgreSqlPlatform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class Version20251030081120PostgreSqlPlatform extends AbstractMigration
1515
{
1616
public function getDescription(): string
1717
{
18-
return '';
18+
return 'PostgreSql platform migration according to current Entity state';
1919
}
2020

2121
public function up(Schema $schema): void

0 commit comments

Comments
 (0)