Actually tack the values on

This commit is contained in:
AffectedArc07
2021-10-13 18:26:41 +01:00
parent 980f21b4f4
commit 7dc3d906d1
8 changed files with 24 additions and 22 deletions
+2
View File
@@ -25,6 +25,8 @@ ALTER TABLE `legacy_population`
ADD COLUMN `server_id` VARCHAR(50) NULL DEFAULT NULL AFTER `admincount`;
# Notes already has a column for this
ALTER TABLE `notes`
CHANGE COLUMN `server` `server` VARCHAR(50) NULL COLLATE 'utf8mb4_general_ci' AFTER `edits`;
ALTER TABLE `round`
ADD COLUMN `server_id` VARCHAR(50) NULL DEFAULT NULL AFTER `station_name`;