Migrated to bitflags

This commit is contained in:
2025-02-07 14:24:21 +01:00
parent cf379a1288
commit 07493b83a5
12 changed files with 177 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ CREATE TABLE "members" (
full_name text NOT NULL,
registration_token text NOT NULL UNIQUE,
diploma text,
hours text[] NOT NULL,
groups text[] NOT NULL
swim_groups bigint NOT NULL,
groups bigint NOT NULL
);