mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Has a readme and everything. Tables to be dropped with this: ss13_customitems ss13_bot_cache ss13_feedback_archive ss13_news ss13_stats_ie
8 lines
224 B
SQL
8 lines
224 B
SQL
--
|
|
-- Adds parallax related preferences toggles for the player preferences table.
|
|
--
|
|
|
|
ALTER TABLE `ss13_player_preferences`
|
|
ADD `parallax_toggles` INT(11) NULL DEFAULT NULL,
|
|
ADD `parallax_speed` INT(11) NULL DEFAULT NULL;
|