add token schema and validation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users ADD COLUMN "token" text;
|
||||
|
||||
ALTER TABLE users ADD COLUMN "token_from" integer;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user