diff --git a/docs/core/pr-review.md b/docs/core/pr-review.md index 4cc115c3107464dac5b92a6f615881c8f4492026..56e340b1fc54987cfa4998fdf7b36f709c633772 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