From 1ee32c66f10c1dd8f5777a5392bb23054c9ff28d Mon Sep 17 00:00:00 2001 From: Marcel Diegelmann Date: Tue, 17 Jun 2025 13:51:29 +0200 Subject: [PATCH] Semikolon in Migration entfernen --- migrations/Version20250321075747.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/Version20250321075747.php b/migrations/Version20250321075747.php index 4ab505b3..b236796d 100644 --- a/migrations/Version20250321075747.php +++ b/migrations/Version20250321075747.php @@ -45,7 +45,7 @@ final class Version20250321075747 extends AbstractMultiPlatformMigration public function mySQLDown(Schema $schema): void { $this->addSql(<<<'SQL' - ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745D727ACA70; + ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745D727ACA70 SQL); $this->addSql(<<<'SQL' ALTER TABLE part_custom_states DROP FOREIGN KEY FK_F552745DEA7100A1