Made a large number of mostly cosmetic fixes after a detailed
[selectricity-live] / db / create.sql
index a9d430cf83dbc1b8d753f80762052ed61ea6d7d0..e0c264fabaf50b755d0b0bac4400e0b7f33b23e1 100644 (file)
@@ -42,6 +42,7 @@ create table voters (
  contacted tinyint NOT NULL DEFAULT 0, 
  election_id int NOT NULL, 
  session_id varchar(32) DEFAULT NULL,
+ ipaddress varchar(32) DEFAULT NULL,
  constraint fk_election_voter foreign key (election_id) references election(id),
  primary key (id)
 );

Benjamin Mako Hill || Want to submit a patch?