Skip to content

Commit

Permalink
Added list_name column to constituency table.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 15, 2014
1 parent b75c577 commit 56b68a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/twittelect.sql
Expand Up @@ -7,7 +7,8 @@ create table party (

create table constituency (
id integer primary key,
name varchar(200) not null
name varchar(200) not null,
list_name varchar(200) not null
);

create table candidate (
Expand Down

0 comments on commit 56b68a0

Please sign in to comment.