mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
b7e97fd358
Co-authored-by: Matt Atlas <liermattia@gmail.com>
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`;
|