r41510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41509‎ | r41510 | r41511 >
Date:18:31, 1 October 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
Add cr_timestamp to index
Modified paths:
  • /trunk/extensions/CodeReview/codereview.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/codereview.sql
@@ -55,7 +55,7 @@
5656
5757 primary key (cr_repo_id, cr_id),
5858 key (cr_repo_id, cr_timestamp),
59 - key cr_repo_author (cr_repo_id, cr_author)
 59+ key cr_repo_author (cr_repo_id, cr_author, cr_timestamp)
6060 ) /*$wgDBTableOptions*/;
6161
6262 --

Comments

#Comment by Brion VIBBER (talk | contribs)   19:37, 1 October 2008

Resolves issue from r41473, thanks!

#Comment by Voice of All (talk | contribs)   04:05, 2 October 2008

Ahh, CodeReview...bringing people together!

Status & tagging log