Updated to latest migrations patch and removed workaround

This commit is contained in:
Alejandro Celaya
2021-03-14 12:28:30 +01:00
parent 4ce44034cb
commit 554209d644
27 changed files with 1 additions and 209 deletions

View File

@@ -52,12 +52,4 @@ final class Version20190930165521 extends AbstractMigration
$schema->getTable('short_urls')->dropColumn('domain_id');
$schema->dropTable('domains');
}
/**
* @fixme Workaround for https://github.com/doctrine/migrations/issues/1104
*/
public function isTransactional(): bool
{
return false;
}
}