Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / db / create.sql
index cee33a330ccf8cc2485066eee2fe9a12dbcb21f8..ff10db3a9357c4b5b57755ef3aa81801af49585e 100755 (executable)
@@ -68,6 +68,7 @@ create table votes (
  id int NOT NULL auto_increment,
  voter_id int DEFAULT NULL,
  confirmed tinyint NOT NULL DEFAULT 0,
+ time      datetime         DEFAULT NULL,
  constraint fk_vote_voter foreign key (voter_id) references voters(id),
  primary key (id)
 );

Benjamin Mako Hill || Want to submit a patch?