Index: trunk/extensions/SecurePoll/SecurePoll.sql |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | vote_ua varbinary(255) not null, |
78 | 78 | vote_timestamp varbinary(14) not null, |
79 | 79 | vote_current tinyint not null, |
80 | | - vote_token_match tinyint not null, |
| 80 | + vote_token_match tinyint not null |
81 | 81 | ); |
82 | 82 | CREATE INDEX /*i*/spvote_timestamp ON /*_*/securepoll_votes |
83 | 83 | (vote_election, vote_timestamp); |