forked from Skynet/discord-bot
fix: grab the committee name since we can use that to match up against teh suers
This commit is contained in:
parent
cab04a068f
commit
4eeb7f2135
2 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,7 @@ DROP TABLE committee;
|
|||
CREATE TABLE IF NOT EXISTS committees (
|
||||
id integer PRIMARY KEY,
|
||||
name_profile text not null,
|
||||
name_plain text not null,
|
||||
name_full text not null,
|
||||
link text not null,
|
||||
committee text not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue