[Vtigercrm-commits] [vtiger-commits] r10224 - /vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 21 06:33:31 EST 2007


Author: saraj
Date: Wed Feb 21 04:33:26 2007
New Revision: 10224

Log:
size increased for comment field in inventoryproductrel table --Minnie

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 Wed Feb 21 04:33:26 2007
@@ -6051,7 +6051,7 @@
 		<field name="listprice" type="N" size="25.3" />
 		<field name="discount_percent" type="N" size="7.3" />
 		<field name="discount_amount" type="N" size="7.3" />
-		<field name="comment" type="C" size="100" />
+		<field name="comment" type="C" size="250" />
 		<field name="description" type="X" />
 
 		<index name="inventoryproductrel_id_idx">





More information about the vtigercrm-commits mailing list