We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1578c50 commit 0c540adCopy full SHA for 0c540ad
web/updater/79.php
@@ -14,5 +14,5 @@
14
$db->query("UPDATE hlstats_Options SET `value` = '$dbversion' WHERE `keyname` = 'dbversion'");
15
16
// Fix case 'Administrative-Territorial Units of the Left Bank of the Dniester'
17
- $db->query("ALTER TABLE `hlstats_Players` CHANGE `state` `state` VARCHAR(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL;");
+ $db->query("ALTER TABLE `hlstats_Players` CHANGE `state` `state` VARCHAR(128) NOT NULL default '';");
18
?>
0 commit comments