*
* Generated from xml/schema/CRM/ACL/ACL.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e9000e92e55c139962db398047f4800c)
+ * (GenCodeChecksum:cccf24b98d7147b2f5e237fcb0a54295)
*/
/**
'localizable' => FALSE,
'sig' => 'civicrm_acl::0::acl_id',
],
- 'index_priority' => [
- 'name' => 'index_priority',
- 'field' => [
- 0 => 'priority',
- ],
- 'localizable' => FALSE,
- 'sig' => 'civicrm_acl::0::priority',
- ],
];
return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
}
$this->addTask('Update New Price Set path', 'updateNewPriceSetPath');
}
+ public function upgrade_5_65_beta1($rev): void {
+ // This index isn't really needed, and it was only created on some sites. See: dev/core#4472
+ $this->addTask('Drop "civicrm_acl.index_priority"', 'dropIndex', 'civicrm_acl', 'index_priority');
+ }
+
/**
* dev/financial#216 Remove the Create/Edit Batch Activity Types if they were
* never used. Otherwise we leave them there for now, and extension could