mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +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; |