diff --git a/drush/civicrm.drush.inc b/drush/civicrm.drush.inc index 9cdc6a9..afdf929 100644 --- a/drush/civicrm.drush.inc +++ b/drush/civicrm.drush.inc @@ -181,7 +181,7 @@ function civicrm_drush_command() { // explicit callback declaration and non-standard name to avoid collision with "sql-conf" 'callback' => 'drush_civicrm_sqlconf', 'description' => 'Print CiviCRM database connection details.', - 'bootstrap' => DRUSH_BOOTSTRAP_BACKDROP_CONFIGURATION, + 'bootstrap' => BACKDROP_BOOTSTRAP_CONFIGURATION, ); $items['civicrm-sql-connect'] = array( // explicit callback declaration and non-standard name to avoid collision with "sql-connect" @@ -224,7 +224,7 @@ function civicrm_drush_command() { 'callback' => 'drush_civicrm_sqlcli', 'description' => "Open a SQL command-line interface using CiviCRM's credentials.", 'aliases' => array('cvsqlc'), - 'bootstrap' => DRUSH_BOOTSTRAP_BACKDROP_CONFIGURATION, + 'bootstrap' => BACKDROP_BOOTSTRAP_CONFIGURATION, ); $items['civicrm-sql-rebuild-triggers'] = array( 'description' => 'Rebuild SQL triggers',