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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 14:02:48 EDT 2006


Author: saraj
Date: Tue Jul  4 12:02:44 2006
New Revision: 7804

Log:
Added a column recordid in vtiger_audit_trial table - ahmed

Modified:
    vtigercrm/trunk/schema/DatabaseSchema.xml

Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Tue Jul  4 12:02:44 2006
@@ -6102,6 +6102,7 @@
 		<field name="userid" type="I" size="19" />
 		<field name="module" type="C" size="255" />
 		<field name="action" type="C" size="255" />
+		<field name="recordid" type="I" size="19" />
 		<field name="actiondate" type="T"/>
 		<opt platform="mysql">Type=InnoDB</opt>
 	</table>





More information about the vtigercrm-commits mailing list