mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Improved InstallCommand, adding migrations and removing code duplication
This commit is contained in:
@@ -25,7 +25,7 @@ class Version20160819142757 extends AbstractMigration
|
||||
if ($db === self::MYSQL) {
|
||||
$column->setPlatformOption('collation', 'utf8_bin');
|
||||
} elseif ($db === self::SQLITE) {
|
||||
$column->setPlatformOption('collation', 'BINARY');
|
||||
$column->setPlatformOption('collate', 'BINARY');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user