Merge pull request #23587 from civicrm/5.50
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 5.48.beta1.mysql.tpl
CommitLineData
83530526 1{* file to handle db changes in 5.48.beta1 during upgrade *}
2
3-- Remove entry for Grant Reports since grant is not a component anymore so this url just shows an empty list
4DELETE FROM civicrm_navigation WHERE url='civicrm/report/list?compid=5&reset=1';
39a3f9f8
CW
5
6DELETE FROM civicrm_managed WHERE module = "civigrant" AND entity_type = "OptionValue"
7AND name LIKE "OptionGroup_grant_type_%";