sql: slight reordering of the migrations
This commit is contained in:
parent
b2d8238c17
commit
ceade9b972
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
DROP TABLE committee;
|
||||
|
||||
-- new table pulling from teh api
|
||||
CREATE TABLE IF NOT EXISTS committee (
|
||||
CREATE TABLE IF NOT EXISTS committees (
|
||||
id integer PRIMARY KEY,
|
||||
name text not null,
|
||||
link text not null,
|
||||
members text not null
|
||||
);
|
Loading…
Reference in a new issue