Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / db / create.sql
old mode 100644 (file)
new mode 100755 (executable)
index a9d430c..e0c264f
@@ -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?