mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-31 20:42:27 +00:00
Ported MAP preferences from Vore + custom preview backgrounds. (#9300)
Todo: Figure out the big empty space thing SQL
This commit is contained in:
6
SQL/migrate/V052__setup_bg.sql
Normal file
6
SQL/migrate/V052__setup_bg.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- 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`;
|
||||
Reference in New Issue
Block a user