[Vtigercrm-commits] [vtiger-commits] r5924 - /vtigercrm/trunk/schema/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 12 07:40:31 EDT 2006


Author: richie
Date: Fri May 12 05:40:23 2006
New Revision: 5924

Log:
conversion rate changed from 5.3 to 10.3. Fixes #485

Modified:
    vtigercrm/trunk/schema/DatabaseSchema.xml

Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Fri May 12 05:40:23 2006
@@ -1833,7 +1833,7 @@
 		<field name="currency_name" type="C" size="100" />
 		<field name="currency_code" type="C" size="100" />
 		<field name="currency_symbol" type="C" size="30" />
-		<field name="conversion_rate" type="N" size="5.3" />
+		<field name="conversion_rate" type="N" size="10.3" />
 		<field name="currency_status" type="C" size="25" />
 		<field name="defaultid" type="C" size="10">
 			<notnull />





More information about the vtigercrm-commits mailing list