Merge pull request #18418 from eileenmcnaughton/ref
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 5.31.alpha1.mysql.tpl
1 {* file to handle db changes in 5.31.alpha1 during upgrade *}
2
3 {* Remove Country & State special select fields *}
4 UPDATE civicrm_custom_field SET html_type = 'Select'
5 WHERE html_type IN ('Select Country', 'Select State/Province');