diff --git a/migrations/Version20251010125849.php b/migrations/Version20251010125849.php deleted file mode 100644 index 873bf212..00000000 --- a/migrations/Version20251010125849.php +++ /dev/null @@ -1,26 +0,0 @@ -addSql('CREATE UNIQUE INDEX UNIQ_6940A7FE3D721C14 ON parts (ipn)'); - } - - public function down(Schema $schema): void - { - $this->addSql('DROP INDEX UNIQ_6940A7FE3D721C14 ON `parts`'); - } -}