Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jul 13, 2023
1 parent 8f31a8d commit e3850c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Upgrade/Incremental/sql/5.65.alpha1.mysql.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ UPDATE civicrm_group SET `name` = `id` WHERE name IS NULL;
WHERE `frontend_title_{$locale}` IS NULL OR `frontend_title_{$locale}` = '';

UPDATE `civicrm_group`
SET `frontend_description_{$locale}` = `description_{$locale}`
WHERE `frontend_description_{$locale}` IS NULL OR `frontend_description_{$locale}` = '' AND 'description_{$locale}` <> '';
SET `frontend_description_{$locale}` = `description`
WHERE `frontend_description_{$locale}` IS NULL OR `frontend_description_{$locale}` = '' AND `description` <> '';
{/foreach}
{else}
UPDATE `civicrm_group`
Expand Down

0 comments on commit e3850c0

Please sign in to comment.