Revamed auth system

This commit is contained in:
2025-02-07 15:59:50 +01:00
parent 07493b83a5
commit 31aa9dc066
13 changed files with 118 additions and 59 deletions

View File

@@ -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
);