mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Replaced implicit false in migration by a check on the platform
This commit is contained in:
parent
cd35770d26
commit
0c3f98cc37
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ class Version20160819142757 extends AbstractMigration
|
|||
|
||||
public function isTransactional(): bool
|
||||
{
|
||||
return false;
|
||||
return $this->connection->getDatabasePlatform()->getName() !== 'mysql';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue