mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
Added db init script. Combined all schemas under schemas. Persisted
updates and init
This commit is contained in:
5
schemas/patch-schema/00-psn-id.sql
Normal file
5
schemas/patch-schema/00-psn-id.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS psn_id TEXT;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user