mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
6 lines
142 B
PL/PgSQL
6 lines
142 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.users ADD COLUMN discord_token text;
|
|
ALTER TABLE IF EXISTS public.users ADD COLUMN discord_id text;
|
|
|
|
END; |