rewrite comments & change quest flag code

This commit is contained in:
wish
2023-11-18 15:44:59 +11:00
parent 6384d79a7a
commit 490aecd94b
2 changed files with 12 additions and 13 deletions

View File

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