[Vtigercrm-commits] [vtiger-commits] r7456 - /vtigercrm/trunk/schema/DatabaseSchema.xml
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 23 03:23:27 EDT 2006
Author: richie
Date: Fri Jun 23 01:23:09 2006
New Revision: 7456
Log:
add table vtiger_audit_trial
Modified:
vtigercrm/trunk/schema/DatabaseSchema.xml
Modified: vtigercrm/trunk/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/schema/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/schema/DatabaseSchema.xml Fri Jun 23 01:23:09 2006
@@ -5283,4 +5283,15 @@
<opt platform="mysql">Type=InnoDB</opt>
</table>
+ <table name="vtiger_audit_trial">
+ <field name="auditid" type="I" size="19">
+ <key />
+ </field>
+ <field name="userid" type="I" size="19" />
+ <field name="module" type="C" size="255" />
+ <field name="action" type="C" size="255" />
+ <field name="actiondate" type="T"/>
+ <opt platform="mysql">Type=InnoDB</opt>
+ </table>
+
</schema>
More information about the vtigercrm-commits
mailing list