r41576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41575‎ | r41576 | r41577 >
Date:23:25, 2 October 2008
Author:aaron
Status:old (Comments)
Tags:
Comment:
Add key cc_repo_time (cc_repo_id,cc_timestamp) key to get recent comments
Modified paths:
  • /trunk/extensions/CodeReview/codereview.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/codereview.sql
@@ -161,5 +161,6 @@
162162 cc_review int,
163163
164164 primary key (cc_id),
165 - key (cc_repo_id,cc_rev_id,cc_sortkey)
 165+ key (cc_repo_id,cc_rev_id,cc_sortkey),
 166+ key cc_repo_time (cc_repo_id,cc_timestamp)
166167 ) /*$wgDBTableOptions*/;

Comments

#Comment by Brion VIBBER (talk | contribs)   23:38, 2 October 2008

Schema update, needs deployment attention

#Comment by Brion VIBBER (talk | contribs)   00:22, 3 October 2008

applied

Status & tagging log