fix db collation, set default

This commit is contained in:
kc9uhi
2026-01-24 15:39:02 -07:00
committed by GitHub
parent 8bc1b3c802
commit 90ff1152ab
2 changed files with 28 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE;
|
*/
$config['migration_version'] = 269;
$config['migration_version'] = 270;
/*
|--------------------------------------------------------------------------