forked from Skynet/discord-bot
parent
905aaa9620
commit
7e40b862d3
3 changed files with 314 additions and 0 deletions
7
db/migrations/4_committee-mk-i.sql
Normal file
7
db/migrations/4_committee-mk-i.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- temp table to allow folks to verify by committee email.
|
||||
CREATE TABLE IF NOT EXISTS committee (
|
||||
discord integer PRIMARY KEY,
|
||||
email text not null,
|
||||
auth_code text not null,
|
||||
committee integer DEFAULT 0,
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue