mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
Added db init script. Combined all schemas under schemas. Persisted
updates and init
This commit is contained in:
6
schemas/patch-schema/16-discord-password-resets.sql
Normal file
6
schemas/patch-schema/16-discord-password-resets.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.users ADD COLUMN discord_token text;
|
||||
ALTER TABLE IF EXISTS public.users ADD COLUMN discord_id text;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user