mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
* Colourblind mode + Matrix editor * increase that * Protanopia filter * Tritanopia filter * The SQL part * Refactor * you saw nothing
5 lines
206 B
SQL
5 lines
206 B
SQL
# Updates DB from 36 to 37 -AffectedArc07
|
|
# New preferences column for colourblind mode
|
|
|
|
ALTER TABLE `player` ADD COLUMN `colourblind_mode` VARCHAR(48) NOT NULL DEFAULT 'None' AFTER `ghost_darkness_level`;
|