Merge pull request #16112 from seamuslee001/remove_zend_validator
[civicrm-core.git] / CRM / ACL / DAO / ACLCache.php
index cbf774e4b27641421418c2d22ded5507ad8ec856..ba8d6d70185e74d66961cc88b931df91284b763c 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  *
  * 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;
   }