mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-16 23:29:33 +00:00
Semikolon in Migration entfernen
This commit is contained in:
parent
321aeb13c0
commit
1ee32c66f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue