[Vtigercrm-commits] [vtiger-commits] r6241 - /vtigercrm/trunk/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat May 20 10:47:49 EDT 2006
Author: saraj
Date: Sat May 20 08:47:46 2006
New Revision: 6241
Log:
field added in users table for calendar
Modified:
vtigercrm/trunk/schema/DatabaseSchema.xml
Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Sat May 20 08:47:46 2006
@@ -56,6 +56,9 @@
<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="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