Skip to content

Commit

Permalink
Merge pull request #231 from compucorp/CPS-655-fix-upgraders
Browse files Browse the repository at this point in the history
CPS-655: Fix new site deployments
  • Loading branch information
deb1990 authored Jun 28, 2021
2 parents 818043b + 4b03306 commit ce3bdc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/CiviAwards/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use CRM_CiviAwards_Uninstall_RemoveCustomGroupSupportForApplicantManagement as RemoveCustomGroupSupportForApplicantManagement;
use CRM_CiviAwards_Setup_CreateAwardsMenus as CreateAwardsMenus;
use CRM_CiviAwards_Setup_UpdateAwardPaymentActivityStatusLabel as UpdateAwardPaymentActivityStatusLabel;
use CRM_Civicase_Setup_AddSingularLabels as AddSingularLabels;

/**
* Collection of upgrade steps.
Expand Down Expand Up @@ -43,6 +44,7 @@ public function install() {
new CreateAwardsMenus(),
new CreateAwardPaymentActivityTypes(),
new UpdateAwardPaymentActivityStatusLabel(),
new AddSingularLabels(),
];

foreach ($steps as $step) {
Expand Down

0 comments on commit ce3bdc8

Please sign in to comment.