emigrate/.changeset/beige-bottles-tie.md
Joakim Carlstein f515c8a854 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.
2024-01-19 13:43:59 +01:00

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.