Skip to content
Snippets Groups Projects
Commit 223c8f88 authored by Tim Steiner's avatar Tim Steiner
Browse files

Making a change to drush so that it doesn't drop any database tables when doing site installs.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@136 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent bed0f3ea
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ function drush_core_pre_site_install() {
// Now we can bootstrap up to the specified site if not already there.
drush_bootstrap(DRUSH_BOOTSTRAP_DRUPAL_SITE);
// Don't drop databases. No idea why they wanted to do that.
return;
// Drop and create DB if needed.
// TODO: support db-su like sql sync.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment