[Vtigercrm-commits] [vtiger-commits] r6674 - /vtigercrm/trunk/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 07:59:32 EDT 2006
Author: saraj
Date: Mon May 29 05:59:27 2006
New Revision: 6674
Log:
default data for hour_format,start_time and end_time has been included
Modified:
vtigercrm/trunk/schema/DatabaseSchema.xml
Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Mon May 29 05:59:27 2006
@@ -56,9 +56,15 @@
<field name="workdays" type="C" size="30" />
<field name="weekstart" type="I" size="11" />
<field name="date_format" type="C" size="30" />
- <field name="hour_format" type="C" size="30" />
- <field name="start_hour" type="C" size="30" />
- <field name="end_hour" type="C" size="30" />
+ <field name="hour_format" type="C" size="30">
+ <default value="am/pm" />
+ </field>
+ <field name="start_hour" type="C" size="30">
+ <default value="10:00" />
+ </field>
+ <field name="end_hour" type="C" size="30">
+ <default value="23:00" />
+ </field>
<field name="homeorder" type="C" size="255">
<default value="ALVT,PLVT,QLTQ,CVLVT,HLT,OLV,GRT,OLTSO,ILTI,MNL" />
</field>
More information about the vtigercrm-commits
mailing list