mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +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,
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user