Semikolon in Migration entfernen

This commit is contained in:
Marcel Diegelmann 2025-06-17 13:51:29 +02:00
parent 11941361b5
commit 6976ab0cc2

View file

@ -45,7 +45,7 @@ final class Version20250321075747 extends AbstractMultiPlatformMigration
public function mySQLDown(Schema $schema): void public function mySQLDown(Schema $schema): void
{ {
$this->addSql(<<<'SQL' $this->addSql(<<<'SQL'
ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745D727ACA70; ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745D727ACA70
SQL); SQL);
$this->addSql(<<<'SQL' $this->addSql(<<<'SQL'
ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745DEA7100A1 ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745DEA7100A1