Skip to content

Commit

Permalink
Enable message admin by default on new installs
Browse files Browse the repository at this point in the history
Now that we have the missing revert we can do this
  • Loading branch information
eileenmcnaughton committed Jun 20, 2024
1 parent d115a91 commit 26193c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/civicrm_data/civicrm_extension.sqldata.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@
'full_name' => 'civiimport',
'name' => 'Civi-Import',
],
[
'full_name' => 'message_admin',
'name' => 'Message Administration',
],
]);

0 comments on commit 26193c2

Please sign in to comment.