Schema - Fix boolean fields in civicrm_event and civicrm_contribution tables
authorColeman Watts <coleman@civicrm.org>
Thu, 10 Mar 2022 16:26:47 +0000 (11:26 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 10 Mar 2022 16:37:41 +0000 (11:37 -0500)
commit64d64b190278a1ea75eab83b9cb5cbb8ecb6d9f3
treedc07be4aee51f5b00ea1d9095d7f77ec49837733
parent44572ea13079d44ba1128c2ed7be8d6cb0bee7a2
Schema - Fix boolean fields in civicrm_event and civicrm_contribution tables

This fixes 2 tables to ensure boolean fields always have a default value and are always NOT NULL.
CRM/Contribute/DAO/Contribution.php
CRM/Core/BAO/CustomGroup.php
CRM/Event/DAO/Event.php
CRM/Upgrade/Incremental/sql/5.49.alpha1.mysql.tpl
xml/schema/Contribute/Contribution.xml
xml/schema/Event/Event.xml