Implement SQL migrations with Flyway (#1661)

Has a readme and everything.

Tables to be dropped with this:

ss13_customitems
ss13_bot_cache
ss13_feedback_archive
ss13_news
ss13_stats_ie
This commit is contained in:
skull132
2017-01-29 21:14:58 +02:00
committed by GitHub
parent 0cba68911d
commit b1b4ce00a8
5 changed files with 614 additions and 250 deletions
@@ -0,0 +1,7 @@
--
-- 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;