mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-05-13 18:32:30 +01:00
f3c2b5316f
Todo: Figure out the big empty space thing SQL
6 lines
192 B
SQL
6 lines
192 B
SQL
--
|
|
-- Adds support for character setup backgrounds in #9300
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters`
|
|
ADD COLUMN `bgstate` VARCHAR(20) NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `accent`; |