[Vtigercrm-commits] [vtiger-commits] r4233 - /vtigercrm/trunk/adodb/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 16 02:52:24 EST 2006
Author: saraj
Date: Thu Mar 16 00:52:20 2006
New Revision: 4233
Log:
sharedcalendar table has been included
Modified:
vtigercrm/trunk/adodb/DatabaseSchema.xml
Modified: vtigercrm/trunk/adodb/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/adodb/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/adodb/DatabaseSchema.xml Thu Mar 16 00:52:20 2006
@@ -154,6 +154,13 @@
</data>
</table>
+ <table name="sharedcalendar">
+ <field name="userid" type="I" size="19">
+ </field>
+ <field name="sharedid" type="I" size="19">
+ </field>
+ </table>
+
<table name="tab">
<field name="tabid" type="I" size="19">
<KEY/>
@@ -1020,6 +1027,9 @@
<field name="notime" type="C" size="3">
<NOTNULL/>
<DEFAULT value="0"/>
+ </field>
+ <field name="visibility" type="C" size="50">
+ <NOTNULL/>
</field>
<opt>Type=InnoDB</opt>
<index name="Activity_IDX0">
More information about the vtigercrm-commits
mailing list