*
* Generated from xml/schema/CRM/Dedupe/DedupeRuleGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:66687eeebbe44a6fca675162a59edaa0)
+ * (GenCodeChecksum:9390f709bdbf2945acb57c353814e393)
*/
/**
/**
* Is this a reserved rule - a rule group that has been optimized and cannot be changed by the admin
*
- * @var bool|string|null
+ * @var bool|string
* (SQL type: tinyint)
* Note that values will be retrieved from the database as a string.
*/
'type' => CRM_Utils_Type::T_BOOLEAN,
'title' => ts('Reserved?'),
'description' => ts('Is this a reserved rule - a rule group that has been optimized and cannot be changed by the admin'),
+ 'required' => TRUE,
'where' => 'civicrm_dedupe_rule_group.is_reserved',
+ 'default' => '0',
'table_name' => 'civicrm_dedupe_rule_group',
'entity' => 'DedupeRuleGroup',
'bao' => 'CRM_Dedupe_BAO_DedupeRuleGroup',