mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +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; |