...which can be used to log manually run migrations as successful or for baselining a database.
5 lines
269 B
Markdown
5 lines
269 B
Markdown
---
|
|
'@emigrate/cli': minor
|
|
---
|
|
|
|
Add support for the --no-execution option to the "up" command to be able to log migrations as successful without actually running them. Can for instance be used for baselining a database or logging manually run migrations as successful.
|