Skip to content

Commit

Permalink
Execute database command without drupal boostap (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Jul 29, 2019
1 parent 8f81264 commit 9a2aac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/services/database.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
services:
console.database_client:
class: Drupal\Console\Command\Database\ClientCommand
tags:
- { name: drupal.command }
console.database_drop:
class: Drupal\Console\Command\Database\DropCommand
tags:
Expand Down
4 changes: 4 additions & 0 deletions uninstall.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
arguments: ['@app.root', '@console.configuration_manager']
tags:
- { name: drupal.command }
console.database_client:
class: Drupal\Console\Command\Database\ClientCommand
tags:
- { name: drupal.command }
console.database_add:
class: Drupal\Console\Command\Database\AddCommand
arguments: ['@console.database_settings_generator']
Expand Down

0 comments on commit 9a2aac3

Please sign in to comment.