mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
implement psn linking capability
This commit is contained in:
5
patch-schema/psn-id.sql
Normal file
5
patch-schema/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