r48795 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48794‎ | r48795 | r48796 >
Date:08:40, 25 March 2009
Author:aaron
Status:ok
Tags:
Comment:
Added key ( cf_repo_id, cf_to, cf_from )
Modified paths:
  • /trunk/extensions/CodeReview/archives/code_relations_index.sql (added) (history)
  • /trunk/extensions/CodeReview/codereview.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/codereview.sql
@@ -123,7 +123,8 @@
124124 -- -> cr_id
125125 cf_to int not null,
126126
127 - primary key (cf_repo_id, cf_from, cf_to)
 127+ primary key (cf_repo_id, cf_from, cf_to),
 128+ key (cf_repo_id, cf_to, cf_from)
128129 ) /*$wgDBTableOptions*/;
129130
130131 -- Freetext tagging for revisions
Index: trunk/extensions/CodeReview/archives/code_relations_index.sql
@@ -0,0 +1,2 @@
 2+ALTER TABLE /*$wgDBprefix*/code_relations
 3+ ADD key (cf_repo_id, cf_to, cf_from);
Property changes on: trunk/extensions/CodeReview/archives/code_relations_index.sql
___________________________________________________________________
Name: svn:eol-style
14 + native

Status & tagging log