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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 21 08:53:30 EDT 2007


Author: saraj
Date: Sat Apr 21 06:53:23 2007
New Revision: 10753

Log:
changes made to set discontinued value to '0'

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 Sat Apr 21 06:53:23 2007
@@ -1097,7 +1097,9 @@
 		<field name="cost_factor" type="I" size="11" />
 		<field name="commissionrate" type="N" size="7.3" />
 		<field name="commissionmethod" type="C" size="50" />
-		<field name="discontinued" type="I" size="1" />
+		<field name="discontinued" type="I" size="1">
+			<notnull />
+			<default value="0" />
 		<field name="usageunit" type="C" size="200" />
 		<field name="handler" type="I" size="11" />
 		<field name="currency" type="C" size="200" />





More information about the vtigercrm-commits mailing list