Skip to content

Commit

Permalink
Merge pull request #12419 from seamuslee001/5.3
Browse files Browse the repository at this point in the history
Ensure that the .mysql.tpl file is run for 5.3.alpha1
  • Loading branch information
eileenmcnaughton authored Jul 5, 2018
2 parents aeb19bf + 3ba4d00 commit 70be957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Upgrade/Incremental/php/FiveThree.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function setPostUpgradeMessage(&$postUpgradeMessage, $rev) {
* @param string $rev
*/
public function upgrade_5_3_alpha1($rev) {
$this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
$this->addTask('CRM-19948 - Add created_id column to civicrm_file', 'addFileCreatedIdColumn');
}

Expand Down

0 comments on commit 70be957

Please sign in to comment.