Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / database.drop.yml
1 description: "Drop all tables in a given database."
2 help: 'The <info>database:drop</info> command helps you drop database tables.'
3 arguments:
4   database: 'Database key from settings.php'
5 question:
6     drop-tables: 'Confirm you really want to drop all tables in the database "%s"?'
7 messages:
8     table: 'Table'
9     table-drop: 'Drop "%s" tables successfully'
10 examples:
11     - description: 'Drop the tables on the database specified on the argument'
12       execution: |
13         drupal database:drop \
14           <database>