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 19, 2024
1 parent ad6b5a6 commit d951b98
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 d951b98

Please sign in to comment.