Skip to content

Commit

Permalink
chore: Removing faulty migration step on IDX_8F3F68C58E831402
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 12, 2023
1 parent f5287f6 commit bed7bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/RoadizCoreBundle/migrations/Version20230628143106.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function up(Schema $schema): void
$this->addSql('ALTER TABLE log DROP FOREIGN KEY FK_8F3F68C58E831402');
$this->addSql('ALTER TABLE log DROP node_source_id');
$this->addSql('DROP INDEX log_ns_datetime ON log');
$this->addSql('DROP INDEX IDX_8F3F68C58E831402 ON log');
}

public function down(Schema $schema): void
Expand Down

0 comments on commit bed7bb4

Please sign in to comment.