mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
feat: Implement event quest season/time flag override
This commit is contained in:
5
patch-schema/10-event-quest-flags.sql
Normal file
5
patch-schema/10-event-quest-flags.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.event_quests ADD COLUMN IF NOT EXISTS flag_override integer NOT NULL DEFAULT -1;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user