Fix add version for civicrm_custom_field.fk_entity
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 22 Feb 2023 01:38:15 +0000 (14:38 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 22 Feb 2023 01:38:15 +0000 (14:38 +1300)
Per https://github.com/civicrm/civicrm-core/pull/25638#issuecomment-1439256431

CRM/Core/DAO/CustomField.php
xml/schema/Core/CustomField.xml

index a59beed1636c2f89a16ee1ec29c171c1e4d4fdda..0fd63f551b9aa8f79c857cba125c93d6fb61552e 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/CustomField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bb22ede735fa21eed1f5da7f6d267ae2)
+ * (GenCodeChecksum:74a1b749ab865c09722b5e8904c382a9)
  */
 
 /**
@@ -834,7 +834,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
           'localizable' => 0,
-          'add' => '5.59',
+          'add' => '5.60',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index 22b9118340a3b68d41a5ab908ffacb20cd5498fb..01ed1a33ec410fe854be201911140f77a73f1453 100644 (file)
     <length>255</length>
     <default>NULL</default>
     <comment>Name of entity being referenced.</comment>
-    <add>5.59</add>
+    <add>5.60</add>
   </field>
   <index>
     <name>UI_label_custom_group_id</name>