r101082 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101081‎ | r101082 | r101083 >
Date:23:09, 27 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r101081, don't add the cc_review column either
Modified paths:
  • /trunk/extensions/CodeReview/codereview.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/codereview.sql
@@ -190,11 +190,7 @@
191191 --
192192 -- Allows 17 levels of nesting before we hit the length limit.
193193 -- Could redo more compactly to get 31 or 63 levels.
194 - cc_sortkey varbinary(255),
195 -
196 - -- Does this comment confer a review sum?
197 - -- 0, +1, -1
198 - cc_review int
 194+ cc_sortkey varbinary(255)
199195 ) /*$wgDBTableOptions*/;
200196
201197 CREATE INDEX /*i*/cc_repo_id ON /*_*/code_comment (cc_repo_id,cc_rev_id,cc_sortkey);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101081*(bug 25983) Drop unused columns from CodeReview tables...reedy23:08, 27 October 2011

Status & tagging log