[Vtigercrm-commits] [vtiger-commits] r7435 - /vtigercrm/trunk/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 22 23:51:12 EDT 2006
Author: saraj
Date: Thu Jun 22 21:51:08 2006
New Revision: 7435
Log:
campaignid has been removed from vtiger_contactdetails and vtiger_leaddetails tables
Modified:
vtigercrm/trunk/schema/DatabaseSchema.xml
Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Thu Jun 22 21:51:08 2006
@@ -392,7 +392,6 @@
<constraint>REFERENCES vtiger_crmentity(crmid) ON DELETE CASCADE</constraint>
</field>
<field name="accountid" type="I" size="19" />
- <field name="campaignid" type="I" size="19" />
<field name="salutation" type="C" size="50">
<default value="Mr" />
</field>
@@ -520,7 +519,6 @@
<key />
<constraint>REFERENCES vtiger_crmentity(crmid) ON DELETE CASCADE</constraint>
</field>
- <field name="campaignid" type="I" size="19" />
<field name="email" type="C" size="100" />
<field name="interest" type="C" size="50" />
<field name="firstname" type="C" size="40" />
More information about the vtigercrm-commits
mailing list