mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-17 17:34:37 +01:00
Merge branch 'main' of https://github.com/ZeruLight/Erupe into feautre/event-tent
This commit is contained in:
5
patch-schema/11-event-quest-flags.sql
Normal file
5
patch-schema/11-event-quest-flags.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.event_quests ADD COLUMN IF NOT EXISTS flags integer;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user