mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-17 21:02:15 +00:00
5 lines
161 B
SQL
5 lines
161 B
SQL
--
|
|
-- Fixes prefs not saving because lastmotd and lastmemo don't exist.
|
|
--
|
|
ALTER TABLE `ss13_player_preferences` DROP COLUMN `lastmotd`, DROP COLUMN `lastmemo`;
|