Fixes prefs not saving. (#18630)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-03-10 22:46:39 +00:00
committed by GitHub
co-authored by Matt Atlas
parent b040d5c197
commit b7e97fd358
3 changed files with 45 additions and 2 deletions
@@ -0,0 +1,4 @@
--
-- Fixes prefs not saving because lastmotd and lastmemo don't exist.
--
ALTER TABLE `ss13_player_preferences` DROP COLUMN `lastmotd`, DROP COLUMN `lastmemo`;