Skip to content

Commit 5c07d0a

Browse files
committed
Update README
1 parent 80224fc commit 5c07d0a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,13 @@ Runs any un-executed committed migrations, as well as the current migration. For
302302
development.
303303
304304
Options:
305-
--help Show help [boolean]
306-
-c, --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
307-
--shadow Apply migrations to the shadow DB (for development).
305+
--help Show help [boolean]
306+
-c, --config Optional path to gmrc file
307+
[string] [default: .gmrc[.js|.cjs]]
308+
--shadow Apply migrations to the shadow DB (for development).
309+
[boolean] [default: false]
310+
--forceActions Run beforeAllMigrations and afterAllMigrations actions
311+
even if no migration was necessary.
308312
[boolean] [default: false]
309313
```
310314

0 commit comments

Comments
 (0)