Ensure all Tables and fields use CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci

This commit is contained in:
johnnyq
2025-03-15 18:28:48 -04:00
parent cc0b2126ba
commit 5a64bd3a32
3 changed files with 101 additions and 67 deletions

View File

@@ -5,4 +5,4 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "2.0.5");
DEFINE("LATEST_DATABASE_VERSION", "2.0.6");