Skip to content

Commit

Permalink
Save default database collation to config during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 10, 2024
1 parent 074ea55 commit a919e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Installation/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ private function createConfigFile($dbInfos)

$config->database = $dbInfos;
$config->database['charset'] = DbHelper::getDefaultCharset();
$config->database['collation'] = DbHelper::getDefaultCollationForCharset($config->database['charset']);

$config->forceSave();

Expand Down

0 comments on commit a919e26

Please sign in to comment.