Skip to content

Commit

Permalink
[#664] adjusted upgrade sequence number
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Apr 13, 2023
1 parent d00a2db commit fb2e9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Sepa/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public function upgrade_1701() {
* @return TRUE on success
* @throws Exception
*/
public function upgrade_1702() {
public function upgrade_1801() {
$dsn = DB::parseDSN(CIVICRM_DSN);
$this->ctx->log->info("Adding new 'SDD - CBIBdySDDReq.00.01.00");
$customData = new CRM_Sepa_CustomData('org.project60.sepa');
Expand All @@ -480,4 +480,4 @@ public function upgrade_1702() {
}
return TRUE;
}
}
}

0 comments on commit fb2e9f1

Please sign in to comment.