mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
Added paxes fix and missing fields to db
This commit is contained in:
@@ -3,10 +3,14 @@ BEGIN;
|
||||
create table if not exists event_quests
|
||||
(
|
||||
id serial primary key,
|
||||
index_value integer,
|
||||
max_players integer,
|
||||
quest_type integer not null,
|
||||
quest_id integer not null,
|
||||
mark integer
|
||||
mark integer,
|
||||
quest_option integer not null,
|
||||
|
||||
|
||||
);
|
||||
|
||||
ALTER TABLE IF EXISTS public.servers DROP COLUMN IF EXISTS season;
|
||||
|
||||
Reference in New Issue
Block a user