[Vtigercrm-commits] [vtiger-commits] r4338 - /vtigercrm/trunk/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 20 09:47:35 EST 2006
Author: saraj
Date: Mon Mar 20 07:47:30 2006
New Revision: 4338
Log:
tablename change tol all small cases
Modified:
vtigercrm/trunk/schema/DatabaseSchema.xml
Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Mon Mar 20 07:47:30 2006
@@ -608,7 +608,7 @@
</data>
</table>
- <table name="PortalInfo">
+ <table name="portalinfo">
<field name="id" type="I" size="11">
<KEY/>
</field>
@@ -626,9 +626,9 @@
</field>
<field name="isactive" type="I" size="1"></field>
</table>
- <table name="PortalInfo" alter="true">
-
- <constraint>ADD CONSTRAINT fk_PortalInfo FOREIGN KEY (id) REFERENCES contactdetails(contactid) ON DELETE CASCADE </constraint>
+ <table name="portalinfo" alter="true">
+
+ <constraint>ADD CONSTRAINT fk_portalinfo123 FOREIGN KEY (id) REFERENCES contactdetails(contactid) ON DELETE CASCADE </constraint>
<opt>Type=InnoDB</opt>
@@ -636,7 +636,7 @@
</data>
</table>
- <table name="CustomerDetails">
+ <table name="customerdetails">
<field name="customerid" type="I" size="19">
<KEY/>
</field>
@@ -644,9 +644,9 @@
<field name="support_start_date" type="D"></field>
<field name="support_end_date" type="D"></field>
</table>
- <table name="CustomerDetails" alter="true">
-
- <constraint>ADD CONSTRAINT fk_CustomerDetails FOREIGN KEY (customerid) REFERENCES contactdetails(contactid) ON DELETE CASCADE </constraint>
+ <table name="customerdetails" alter="true">
+
+ <constraint>ADD CONSTRAINT fk_customerdetails567 FOREIGN KEY (customerid) REFERENCES contactdetails(contactid) ON DELETE CASCADE </constraint>
<opt>Type=InnoDB</opt>
More information about the vtigercrm-commits
mailing list