Changed ClassName for ACL clacc
[civicrm-core.git] / xml / schema / ACL / Cache.xml
index 52f34f9b466ed83903d6816f20424cce59b223d2..38c9df70bb819a94e7efe151c0ee1da9912ed3f8 100644 (file)
@@ -2,12 +2,13 @@
 
 <table>
   <base>CRM/ACL</base>
-  <class>Cache</class>
+  <class>ACLCache</class>
   <name>civicrm_acl_cache</name>
   <comment>Cache for acls and contacts</comment>
   <add>1.6</add>
   <field>
     <name>id</name>
+    <title>Cache ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique table ID</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>Cache Contact</title>
     <type>int unsigned</type>
     <comment>Foreign Key to Contact</comment>
     <add>1.6</add>
@@ -32,6 +34,7 @@
   </foreignKey>
   <field>
     <name>acl_id</name>
+    <title>Cache ACL</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign Key to ACL</comment>
@@ -51,7 +54,9 @@
   </index>
   <field>
     <name>modified_date</name>
-    <type>date</type>
+    <title>Cache Modified Date</title>
+    <type>timestamp</type>
+    <required>false</required>
     <comment>When was this cache entry last modified</comment>
     <add>1.6</add>
   </field>