mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
6 lines
236 B
SQL
6 lines
236 B
SQL
--
|
|
-- Implemented in PR #17227.
|
|
-- Adds the ruined economic status to the database.
|
|
--
|
|
ALTER TABLE `ss13_characters` MODIFY COLUMN `economic_status` ENUM('Wealthy', 'Well-off', 'Average', 'Underpaid', 'Poor', 'Impoverished', 'Ruined');
|