mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
fix(db): some fixes for latest MySQL compatibility (#9668)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_characters`
|
||||
ADD COLUMN `all_underwear` JSON NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `eyes_colour`,
|
||||
ADD COLUMN `all_underwear` JSON NULL DEFAULT NULL AFTER `eyes_colour`,
|
||||
DROP COLUMN `underwear`,
|
||||
DROP COLUMN `undershirt`,
|
||||
DROP COLUMN `socks`,
|
||||
ADD COLUMN `all_underwear_metadata` JSON NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `all_underwear`;
|
||||
ADD COLUMN `all_underwear_metadata` JSON NULL DEFAULT NULL AFTER `all_underwear`;
|
||||
|
||||
Reference in New Issue
Block a user