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 418f30f commit ab799d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/sql/5.65.alpha1.mysql.tpl
Expand Up @@ -12,7 +12,7 @@ UPDATE civicrm_group SET `name` = `id` WHERE name IS NULL;

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

0 comments on commit ab799d6

Please sign in to comment.