diff --git a/README.md b/README.md index 217b303..c55f5c8 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Diff completed! ### Migration Script ``` -$ php-mysql-diff migrate [-o ] [-i ] +$ php-mysql-diff migrate [-o ] [-i ] [-p] ``` where `from` is the path to the initial database creation script and `to` is the path to the target database creation script. @@ -191,6 +191,10 @@ CREATE TABLE `test3` ( SET FOREIGN_KEY_CHECKS = 1; ``` +**Display Progress** + +For long running migrations, it is recommended to use the `-p` option to display the progress of the running migration. + ## Contribute Feel free to send your contributions as PR. Make sure you update/write new tests to support your contribution. Please follow PSR-2.