API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Dedupe / DAO / RuleGroup.php
index 4717b2f53433e22876e5c8bccbba872e10a8c398..7caf59d70bd9375d206e97dfaae878ee842523ff 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/RuleGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:77493b98b740fced03c2bca0ab28f567)
+ * (GenCodeChecksum:3c21b8b33d8d561b1104318fba0db930)
  */
 
 /**
@@ -111,6 +111,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'localizable' => 0,
+          'add' => '1.8',
         ],
         'contact_type' => [
           'name' => 'contact_type',
@@ -133,6 +134,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '1.8',
         ],
         'threshold' => [
           'name' => 'threshold',
@@ -148,6 +150,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'used' => [
           'name' => 'used',
@@ -168,6 +171,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getDedupeRuleTypes',
           ],
+          'add' => '4.3',
         ],
         'name' => [
           'name' => 'name',
@@ -181,6 +185,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'title' => [
           'name' => 'title',
@@ -197,6 +202,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -211,6 +217,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);