Files
Aurora.3/SQL/migrate/V052__setup_bg.sql
Matt Atlas f3c2b5316f Ported MAP preferences from Vore + custom preview backgrounds. (#9300)
Todo:

Figure out the big empty space thing

SQL
2020-07-09 18:09:13 +03:00

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`;