mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
5 lines
95 B
PL/PgSQL
5 lines
95 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.event_quests ADD COLUMN IF NOT EXISTS flags integer;
|
|
|
|
END; |