[Vtigercrm-commits] [vtiger-commits] r3934 - /vtigercrm/branches/4.2/schema/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Feb 25 03:22:20 EST 2006


Author: mfedyk
Date: Sat Feb 25 01:22:19 2006
New Revision: 3934

Log:
remove duplicate indexes in database

Modified:
    vtigercrm/branches/4.2/schema/DatabaseSchema.xml

Modified: vtigercrm/branches/4.2/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/branches/4.2/schema/DatabaseSchema.xml (original)
+++ vtigercrm/branches/4.2/schema/DatabaseSchema.xml Sat Feb 25 01:22:19 2006
@@ -4773,9 +4773,6 @@
 		<field name="columnname" type="C" size="250">
 		      <DEFAULT value=""/>
 		</field>
-		<index name="cvcolumnlist_IDX0">
-			<col>cvid</col>
-		</index>
 		<index name="columnindex">
 			<col>columnindex</col>
 		</index>
@@ -4897,9 +4894,6 @@
 		<field name="columnname" type="C" size="250">
 		      <DEFAULT value=""/>
 		</field>
-		<index name="selectcolumn_IDX0">
-			<col>queryid</col>
-		</index>
 		<opt>Type=InnoDB</opt>
 		<data></data>
 	</table>
@@ -4926,9 +4920,6 @@
 		<field name="value" type="C" size="200">
 			<DEFAULT value=""/>
 		</field>
-		<index name="relcriteria_IDX0">
-			<col>queryid</col>
-		</index>
 		<opt>Type=InnoDB</opt>
 		<data></data>
 	</table>
@@ -5019,9 +5010,6 @@
 		<field name="secondarymodules" type="C" size="250">
 			<DEFAULT value=""/>
 		</field>
-		<index name="reportmodules_IDX0">
-			<col>reportmodulesid</col>
-		</index>
 		<opt>Type=InnoDB</opt>
 		<data></data>
 	</table>





More information about the vtigercrm-commits mailing list