Skip to content

Commit

Permalink
Add in upgrade step
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jun 22, 2023
1 parent 7b92ef6 commit efddd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Upgrade/Incremental/php/FiveSixtyFour.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class CRM_Upgrade_Incremental_php_FiveSixtyFour extends CRM_Upgrade_Incremental_
* The version number matching this function name
*/
public function upgrade_5_64_alpha1($rev): void {
$this->addTask('Add weight column onto ACL table', 'addColumn', 'weight', 'int NOT NULL DEFAULT 0');
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
$this->addTask('Update post_URL/cancel_URL in logging tables', 'updateLogging');
}
Expand Down

0 comments on commit efddd39

Please sign in to comment.