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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 16 05:19:36 EST 2006


Author: richie
Date: Thu Mar 16 03:19:31 2006
New Revision: 4245

Log:
default values for startdate,enddate set
sendnotification default value set to 0

Modified:
    vtigercrm/trunk/schema/DatabaseSchema.xml

Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Thu Mar 16 03:19:31 2006
@@ -1010,7 +1010,7 @@
 
 		<field name="sendnotification" type="C" size="3">
 			<NOTNULL/>
-			<DEFAULT value="false"/>
+			<DEFAULT value="0"/>
 		</field>
                 <field name="duration_hours" type="C" size="2"></field> 
                 <field name="duration_minutes" type="C" size="2"></field> 
@@ -5595,10 +5595,10 @@
 			<DEFAULT value=""/>
 		</field>
 		<field name="startdate" type="D">
-			<DEFAULT value=""/>
+			<DEFAULT value="0000-00-00"/>
 		</field>
 		<field name="enddate" type="D">
-			<DEFAULT value=""/>
+			<DEFAULT value="0000-00-00"/>
 		</field>
 		<index name="reportdatefilter_IDX0">
 			<col>datefilterid</col>





More information about the vtigercrm-commits mailing list