Skip to content

Commit

Permalink
missing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Dec 17, 2023
1 parent 1d59dda commit 57fa5e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sql/civicrm_data/civicrm_extension.sqldata.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
],

// The following should be kept in sync with the *default* list of components (`enable_components`).
[
'full_name' => 'civi_campaign',
'name' => 'CiviCampaign',
],
[
'full_name' => 'civi_case',
'name' => 'CiviCase',
],
[
'full_name' => 'civi_contribute',
'name' => 'CiviContribute',
Expand Down

0 comments on commit 57fa5e2

Please sign in to comment.