Files
Aurora.3/SQL/migrate/V014__Bag_styles.sql
Lohikar 2fddb0a25c Bag styles (#4099)
changes:

You can now select in preferences if you want to take a generic (grey) bag instead of your job-specific variant.
Cleaned up some leftover bagcode from before the bag type vars.
2018-01-21 01:05:33 +02:00

8 lines
190 B
SQL

--
-- Implemented in PR #4099.
-- Adds a `backbag_style` column for bag preferences.
--
ALTER TABLE `ss13_characters`
ADD COLUMN `backbag_style` INT(11) NULL DEFAULT NULL AFTER `backbag`;