Skip to content

Commit a2f39f6

Browse files
authored
Merge pull request #263 from peterwilsoncc/fix/262-export-docblock
2 parents 086eea6 + 77071f4 commit a2f39f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DB_Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ public function query( $args, $assoc_args ) {
535535
* [--porcelain]
536536
* : Output filename for the exported database.
537537
*
538+
* [--add-drop-table]
539+
* : Include a `DROP TABLE IF EXISTS` statement before each `CREATE TABLE` statement.
540+
*
538541
* [--defaults]
539542
* : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
540543
*

0 commit comments

Comments
 (0)