mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 17:22:16 +01:00
sql: Remove new migration code from old patch-schema
This commit is contained in:
@@ -6,10 +6,7 @@ create table if not exists event_quests
|
|||||||
max_players integer,
|
max_players integer,
|
||||||
quest_type integer not null,
|
quest_type integer not null,
|
||||||
quest_id integer not null,
|
quest_id integer not null,
|
||||||
mark integer,
|
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
|
|
||||||
);
|
);
|
||||||
|
|
||||||
ALTER TABLE IF EXISTS public.servers DROP COLUMN IF EXISTS season;
|
ALTER TABLE IF EXISTS public.servers DROP COLUMN IF EXISTS season;
|
||||||
|
|||||||
Reference in New Issue
Block a user