Skip to content

Commit 0c540ad

Browse files
A1mDevRushaway
authored andcommitted
Fix sql query after recent commit
1 parent 1578c50 commit 0c540ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/updater/79.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
$db->query("UPDATE hlstats_Options SET `value` = '$dbversion' WHERE `keyname` = 'dbversion'");
1515

1616
// 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;");
17+
$db->query("ALTER TABLE `hlstats_Players` CHANGE `state` `state` VARCHAR(128) NOT NULL default '';");
1818
?>

0 commit comments

Comments
 (0)