[Vtigercrm-commits] [vtiger-commits] r9904 - /vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 27 06:30:37 EST 2006


Author: richie
Date: Mon Nov 27 04:30:22 2006
New Revision: 9904

Log:
added field ownedby in vtiger_tab table 

Modified:
    vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml

Modified: vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml (original)
+++ vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Mon Nov 27 04:30:22 2006
@@ -179,7 +179,8 @@
 		</field>
 		<field name="modifiedby" type="I" size="19" />
 		<field name="modifiedtime" type="I" size="19" />
-		<field name="customized" type="I" size="1" />
+		<field name="customized" type="I" size="19" />
+		<field name="ownedby" type="I" size="19" />
 
 		<index name="tab_name_idx">
 			<col>name</col>





More information about the vtigercrm-commits mailing list