fix: small fixes to actually make it work
This commit is contained in:
parent
bda3fbe2ad
commit
5c2502f726
3 changed files with 37 additions and 14 deletions
|
@ -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
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue