Index: trunk/extensions/CodeReview/codereview.sql |
— | — | @@ -190,11 +190,7 @@ |
191 | 191 | -- |
192 | 192 | -- Allows 17 levels of nesting before we hit the length limit. |
193 | 193 | -- 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) |
199 | 195 | ) /*$wgDBTableOptions*/; |
200 | 196 | |
201 | 197 | CREATE INDEX /*i*/cc_repo_id ON /*_*/code_comment (cc_repo_id,cc_rev_id,cc_sortkey); |