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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 16 11:26:13 EDT 2006


Author: saraj
Date: Tue May 16 09:26:09 2006
New Revision: 6070

Log:
table invitees has been added

Modified:
    vtigercrm/trunk/schema/DatabaseSchema.xml

Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Tue May 16 09:26:09 2006
@@ -5071,5 +5071,13 @@
 		</field>
 	</table>
 
+	<table name="invitees">
+		<field name="activityid" type="I" size="19">
+			<KEY/>
+		</field>
+		<field name="inviteeid" type="I" size="19">
+			<KEY/>
+		</field>
+	</table>
 
 </schema>





More information about the vtigercrm-commits mailing list