sql: Remove new migration code from old patch-schema

This commit is contained in:
Matthew
2023-11-19 13:52:03 -05:00
parent 8dbc54fa14
commit 3b33c1917c

View File

@@ -6,10 +6,7 @@ create table if not exists event_quests
max_players integer,
quest_type integer not null,
quest_id integer not null,
mark integer,
start_time timestamp with time zone NOT NULL DEFAULT (CURRENT_DATE + interval '0 second'),
active_duration int not null,
inactive_duration int not null
mark integer
);
ALTER TABLE IF EXISTS public.servers DROP COLUMN IF EXISTS season;