From ea7bc715f0989965932cc9088815fb7705595350 Mon Sep 17 00:00:00 2001 From: Don Hirst <dvhirst@aol.com> Date: Mon, 11 Sep 2017 16:15:58 -0700 Subject: [PATCH] Update pr-review.md Remove "editorial" TODO item from "If the PR contains database upgrades". --- docs/core/pr-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/pr-review.md b/docs/core/pr-review.md index 4cc115c3..56e340b1 100644 --- a/docs/core/pr-review.md +++ b/docs/core/pr-review.md @@ -84,7 +84,7 @@ An easy way to do this is: 1. Install a buildkit site for the latest publicly available release of CiviCRM (*not* `master`). Pass the `--civi-ver` option to civibuild for this. 1. Update the `civicrm` directory files so that the codebase has the changes in the PR (perhaps by using [Hub](https://hub.github.com/) as described above). 1. From the `civicrm` directory, run `./bin/setup.sh -Dg` to update the generated-code. -1. Run `drush civicrm-upgrade-db` to perform database upgrades. *(TODO: Check for Drupal dependencies. If Wordpress or Joomla! is the target CMS, how should database upgrades be accomplished?)* +1. Run `drush civicrm-upgrade-db` to perform database upgrades. ## Form an opinion about the fix -- GitLab