[Vtigercrm-commits] [vtiger-commits] r4274 - /vtigercrm/trunk/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 17 02:47:00 EST 2006
Author: saraj
Date: Fri Mar 17 00:46:51 2006
New Revision: 4274
Log:
Changes from adodb-databaseschema.xml ported
Modified:
vtigercrm/trunk/schema/DatabaseSchema.xml
Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Fri Mar 17 00:46:51 2006
@@ -4978,12 +4978,19 @@
</table>
<table name="salesorder" alter="true">
- <constraint>ADD CONSTRAINT fk_SO4 FOREIGN KEY (contactid) REFERENCES contactdetails(contactid) ON DELETE CASCADE</constraint>
- <opt>Type=InnoDB</opt>
- <data>
- </data>
- </table>
-
+ <constraint>ADD CONSTRAINT fk_SO4 FOREIGN KEY (contactid) REFERENCES contactdetails(contactid) ON DELETE CASCADE</constraint>
+ <opt>Type=InnoDB</opt>
+ <data>
+ </data>
+ </table>
+
+ <table name="salesorder" alter="true">
+ <constraint>ADD CONSTRAINT fk_SO3 FOREIGN KEY (contactid) REFERENCES contactdetails(contactid) ON DELETE CASCADE</constraint>
+ <opt>Type=InnoDB</opt>
+ <data>
+ </data>
+ </table>
+
<table name="sobillads">
<field name="sobilladdressid" type="I" size="19">
<KEY/>
@@ -5307,6 +5314,9 @@
<NOTNULL/>
</field>
<opt>Type=InnoDB</opt>
+ <index name="customview">
+ <col>cvid</col>
+ </index>
<data>
</data>
</table>
@@ -7246,6 +7256,8 @@
<col>tagger_id</col>
<col>object_id</col>
</index>
+ <data>
+ </data>
</table>
More information about the vtigercrm-commits
mailing list