feat: added the committee request from wolves
This commit is contained in:
parent
bd80bda22f
commit
aff6299ac7
4 changed files with 119 additions and 12 deletions
|
@ -3,8 +3,8 @@ DROP TABLE committee;
|
|||
|
||||
-- new table pulling from teh api
|
||||
CREATE TABLE IF NOT EXISTS committees (
|
||||
id integer PRIMARY KEY,
|
||||
name text not null,
|
||||
link text not null,
|
||||
members text not null
|
||||
id integer PRIMARY KEY,
|
||||
name text not null,
|
||||
link text not null,
|
||||
committee text not null
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue