File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Diff completed!
113
113
### Migration Script
114
114
115
115
```
116
- $ php-mysql-diff migrate <from> <to> [-o <output-file>] [-i <ignore-tables-file>]
116
+ $ php-mysql-diff migrate <from> <to> [-o <output-file>] [-i <ignore-tables-file>] [-p]
117
117
```
118
118
119
119
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` (
191
191
SET FOREIGN_KEY_CHECKS = 1 ;
192
192
```
193
193
194
+ ** Display Progress**
195
+
196
+ For long running migrations, it is recommended to use the ` -p ` option to display the progress of the running migration.
197
+
194
198
## Contribute
195
199
196
200
Feel free to send your contributions as PR. Make sure you update/write new tests to support your contribution. Please follow PSR-2.
You can’t perform that action at this time.
0 commit comments