Skip to content

Commit

Permalink
feat(o10r-symfony-template-154): Upgrade doctrine/orm to 3.* version
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiidonii committed Jun 4, 2024
1 parent 8ec5b10 commit 6ca3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Manager/SqliteDatabaseManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private function adaptDatabaseSchemaToSqlite(Schema $schema): void
if ($column->hasPlatformOption('collation')) {
$column->setPlatformOptions(array_diff_key(
$column->getPlatformOptions(),
['collation' => 'utf8_unicode_ci']
['collation' => true]
));
}
}
Expand Down

0 comments on commit 6ca3745

Please sign in to comment.