Merge pull request #16112 from seamuslee001/remove_zend_validator
[civicrm-core.git] / CRM / ACL / DAO / ACLCache.php
index e18812036f76b768c6599a719f814b2b4430e0f1..ba8d6d70185e74d66961cc88b931df91284b763c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/ACLCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a7bccfc35714fdcf0fdb6f4cd24842bd)
+ * (GenCodeChecksum:9428e81469c11a64dc2e7490da81a439)
  */
 
 /**
@@ -215,6 +215,14 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
         'localizable' => FALSE,
         'sig' => 'civicrm_acl_cache::0::acl_id',
       ],
+      'index_modified_date' => [
+        'name' => 'index_modified_date',
+        'field' => [
+          0 => 'modified_date',
+        ],
+        'localizable' => FALSE,
+        'sig' => 'civicrm_acl_cache::0::modified_date',
+      ],
     ];
     return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
   }