We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bbda2d + 9686968 commit a6803c5Copy full SHA for a6803c5
pages/11.cli/01.commands/docs.md
@@ -320,6 +320,8 @@ $ php bakery migrate:refresh [options]
320
| -d, --database=DATABASE | The database connection to use |
321
| -s, --steps=STEPS | Number of steps to rollback [default: 1] |
322
323
+[notice=warning]Using the `-s` option will rollback that number of steps, but will migrate them back up in a single step.[/notice]
324
+[notice=info]Unlike other migrate commands, `migrate:refresh` does NOT accept the `-p` or `--pretend` option.[/notice]
325
326
### migrate:status
327
0 commit comments