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