fix incorrectly changed default
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 5.53.beta1.mysql.tpl
1 {* file to handle db changes in 5.53.beta1 during upgrade *}
2
3 ALTER TABLE `civicrm_dashboard_contact` MODIFY COLUMN `is_active` TINYINT(4) DEFAULT 0 COMMENT 'Is this widget active?';