r49211 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49210‎ | r49211 | r49212 >
Date:14:14, 5 April 2009
Author:ialex
Status:ok
Tags:
Comment:
Fix SQL syntax error
Modified paths:
  • /trunk/extensions/SecurePoll/SecurePoll.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePoll/SecurePoll.sql
@@ -76,7 +76,7 @@
7777 vote_ua varbinary(255) not null,
7878 vote_timestamp varbinary(14) not null,
7979 vote_current tinyint not null,
80 - vote_token_match tinyint not null,
 80+ vote_token_match tinyint not null
8181 );
8282 CREATE INDEX /*i*/spvote_timestamp ON /*_*/securepoll_votes
8383 (vote_election, vote_timestamp);

Status & tagging log