Revamed auth system
This commit is contained in:
@@ -4,7 +4,7 @@ CREATE TABLE "members" (
|
||||
full_name text NOT NULL,
|
||||
registration_token text NOT NULL UNIQUE,
|
||||
diploma text,
|
||||
swim_groups bigint NOT NULL,
|
||||
groups bigint NOT NULL
|
||||
groups bigint NOT NULL,
|
||||
roles bigint NOT NULL
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user