We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6188e7 + 8e03a16 commit 1093948Copy full SHA for 1093948
src/CoreBundle/Migrations/Schema/V200/Version20240811221980.php
@@ -50,6 +50,7 @@ public function up(Schema $schema): void
50
$this->addSql('ALTER TABLE justification_document_rel_users CHANGE justification_document_id justification_document_id INT DEFAULT NULL;');
51
}
52
53
+ $this->addSql('ALTER TABLE lti_external_tool DROP FOREIGN KEY IF EXISTS FK_DB0E04E41BAD783F;');
54
$this->addSql('ALTER TABLE lti_external_tool DROP INDEX IF EXISTS FK_DB0E04E41BAD783F;');
55
$table = $schema->getTable('lti_external_tool');
56
if (false === $table->hasIndex('UNIQ_DB0E04E41BAD783F')) {
0 commit comments