Skip to content

Commit

Permalink
Docs: Add --add-drop-table to export command options.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Aug 12, 2024
1 parent 086eea6 commit 77071f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DB_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,9 @@ public function query( $args, $assoc_args ) {
* [--porcelain]
* : Output filename for the exported database.
*
* [--add-drop-table]
* : Include a `DROP TABLE IF EXISTS` statement before each `CREATE TABLE` statement.
*
* [--defaults]
* : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
*
Expand Down

0 comments on commit 77071f4

Please sign in to comment.