mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-27 09:21:06 -06:00
Replaced implicit false in migration by a check on the platform
This commit is contained in:
parent
cd35770d26
commit
0c3f98cc37
@ -44,6 +44,6 @@ class Version20160819142757 extends AbstractMigration
|
||||
|
||||
public function isTransactional(): bool
|
||||
{
|
||||
return false;
|
||||
return $this->connection->getDatabasePlatform()->getName() !== 'mysql';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user