mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
5 lines
90 B
PL/PgSQL
5 lines
90 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.guild_characters ADD COLUMN trial_vote integer;
|
|
|
|
END; |