myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2419] trunk/config/base_schema.xml: added indexe


From: noreply
Subject: [myexperiment-hackers] [2419] trunk/config/base_schema.xml: added indexes to contributable_id/ type and contributor_id/type
Date: Thu, 27 May 2010 09:11:54 -0400 (EDT)

Revision
2419
Author
dgc
Date
2010-05-27 09:11:54 -0400 (Thu, 27 May 2010)

Log Message

added indexes to contributable_id/type and contributor_id/type

Modified Paths

Diff

Modified: trunk/config/base_schema.xml (2418 => 2419)


--- trunk/config/base_schema.xml	2010-05-27 12:50:49 UTC (rev 2418)
+++ trunk/config/base_schema.xml	2010-05-27 13:11:54 UTC (rev 2419)
@@ -15,6 +15,16 @@
     <column type="float"    name="rating"/>
     <column type="float"    name="rank"/>
 
+    <index>
+      <column name="contributable_id"/>
+      <column name="contributable_type"/>
+    </index>
+
+    <index>
+      <column name="contributor_id"/>
+      <column name="contributor_type"/>
+    </index>
+
   </table>
 
   <table name="content_types">

reply via email to

[Prev in Thread] Current Thread [Next in Thread]