diff --git a/httpdocs/migrations/Version20250730143825.php b/httpdocs/migrations/Version20250730143825.php new file mode 100644 index 0000000..1bcb27e --- /dev/null +++ b/httpdocs/migrations/Version20250730143825.php @@ -0,0 +1,31 @@ +addSql('CREATE UNIQUE INDEX UNIQ_7656F53B69AF50E7 ON trip (pilotage_reference)'); + } + + public function down(Schema $schema): void + { + // this down() migration is auto-generated, please modify it to your needs + $this->addSql('DROP INDEX UNIQ_7656F53B69AF50E7 ON trip'); + } +}