fix: small fixes to actually make it work

This commit is contained in:
silver 2024-08-31 19:21:01 +01:00
parent bda3fbe2ad
commit 5c2502f726
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 37 additions and 14 deletions

View file

@ -3,5 +3,5 @@ CREATE TABLE IF NOT EXISTS committee (
discord integer PRIMARY KEY,
email text not null,
auth_code text not null,
committee integer DEFAULT 0,
committee integer DEFAULT 0
);