[Vtigercrm-commits] [vtiger-commits] r11115 - /vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 29 04:52:15 EDT 2007
Author: jerrydgeorge
Date: Tue May 29 02:52:06 2007
New Revision: 11115
Log:
City in accounts module has been renamed as Bill_city and Ship_city
Modified:
vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml
Modified: vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml (original)
+++ vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Tue May 29 02:52:06 2007
@@ -365,12 +365,12 @@
<key />
<default value="0" />
</field>
- <field name="city" type="C" size="30" />
- <field name="code" type="C" size="30" />
- <field name="country" type="C" size="30" />
- <field name="state" type="C" size="30" />
- <field name="street" type="C" size="250" />
- <field name="pobox" type="C" size="30" />
+ <field name="bill_city" type="C" size="30" />
+ <field name="bill_code" type="C" size="30" />
+ <field name="bill_country" type="C" size="30" />
+ <field name="bill_state" type="C" size="30" />
+ <field name="bill_street" type="C" size="250" />
+ <field name="bill_pobox" type="C" size="30" />
<opt platform="mysql">Type=InnoDB</opt>
</table>
@@ -387,12 +387,12 @@
<key />
<default value="0" />
</field>
- <field name="city" type="C" size="30" />
- <field name="code" type="C" size="30" />
- <field name="country" type="C" size="30" />
- <field name="state" type="C" size="30" />
- <field name="pobox" type="C" size="30" />
- <field name="street" type="C" size="250" />
+ <field name="ship_city" type="C" size="30" />
+ <field name="ship_code" type="C" size="30" />
+ <field name="ship_country" type="C" size="30" />
+ <field name="ship_state" type="C" size="30" />
+ <field name="ship_pobox" type="C" size="30" />
+ <field name="ship_street" type="C" size="250" />
<opt platform="mysql">Type=InnoDB</opt>
</table>
More information about the vtigercrm-commits
mailing list