Merge branch 'main' of https://github.com/ZeruLight/Erupe into feautre/event-tent

This commit is contained in:
straticspaff
2023-11-18 05:36:28 +00:00
5 changed files with 64 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE IF EXISTS public.event_quests ADD COLUMN IF NOT EXISTS flags integer;
END;