05f4c6421ce121f6016b808abfbb5830acb5bc56
[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'