Preemptive schema bump for an upcoming project (#18860)

This commit is contained in:
AffectedArc07
2022-08-19 14:25:16 +01:00
committed by GitHub
parent 87109a29d4
commit ea7c9be9ba
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
# Updating SQL from 43 to 44 -AffectedArc07
# Adding new column for server region settings
ALTER TABLE `player` ADD COLUMN `server_region` VARCHAR(32) NULL DEFAULT NULL AFTER `keybindings`;