feat(cli): add --no-execution option to the "up" command
...which can be used to log manually run migrations as successful or for baselining a database.
This commit is contained in:
parent
e71c318ea5
commit
f515c8a854
7 changed files with 138 additions and 18 deletions
5
.changeset/beige-bottles-tie.md
Normal file
5
.changeset/beige-bottles-tie.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue