Merge in 5.27
[civicrm-core.git] / CRM / Core / DAO / OptionValue.php
index cebd333f818fc89f58eda60b269d04c69b0efe96..7281eee278494b505a499575ca461467f05c5c54 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OptionValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:83c97e8281f7ceb605ed4e462abf25ee)
+ * (GenCodeChecksum:5997192c77d86867e8d13c353dd02351)
  */
 
 /**
@@ -288,7 +288,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'title' => ts('Filter'),
           'description' => ts('Bitwise logic can be used to create subsets of options within an option_group for different uses.'),
           'where' => 'civicrm_option_value.filter',
-          'default' => 'NULL',
+          'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',