mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
5 lines
123 B
PL/PgSQL
5 lines
123 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.event_quests ADD COLUMN IF NOT EXISTS flag_override integer NOT NULL DEFAULT -1;
|
|
|
|
END; |