Skip to content

Commit 6ca3745

Browse files
committed
feat(o10r-symfony-template-154): Upgrade doctrine/orm to 3.* version
1 parent 8ec5b10 commit 6ca3745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Manager/SqliteDatabaseManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private function adaptDatabaseSchemaToSqlite(Schema $schema): void
111111
if ($column->hasPlatformOption('collation')) {
112112
$column->setPlatformOptions(array_diff_key(
113113
$column->getPlatformOptions(),
114-
['collation' => 'utf8_unicode_ci']
114+
['collation' => true]
115115
));
116116
}
117117
}

0 commit comments

Comments
 (0)