This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/database.drop.yml

15 lines
518 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
description: "Drop all tables in a given database."
help: 'The <info>database:drop</info> command helps you drop database tables.'
arguments:
database: 'Database key from settings.php'
question:
drop-tables: 'Confirm you really want to drop all tables in the database "%s"?'
messages:
table: 'Table'
table-drop: 'Drop "%s" tables successfully'
examples:
- description: 'Drop the tables on the database specified on the argument'
execution: |
drupal database:drop \
<database>