We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327a8d3 commit 3d3d428Copy full SHA for 3d3d428
commands/sql/sql.drush.inc
@@ -265,7 +265,7 @@ function sql_sql_sync_complete() {
265
* Check whether further bootstrap is needed. If so, do it.
266
*/
267
function drush_sql_bootstrap_further() {
268
- if (!drush_get_option('db-url')) {
+ if (!drush_get_option(array('db-url', 'db-spec'))) {
269
drush_bootstrap_max(DRUSH_BOOTSTRAP_DRUPAL_CONFIGURATION);
270
}
271
0 commit comments