emigrate/.changeset/tricky-turkeys-refuse.md
Joakim Carlstein 9109238b86 feat(cli): improve the "up" commands --from and --to options
The given values can either be migration names or relative paths to migration files.
The given migration must exist to avoid accidentally running migrations that wasn't intended to run.
2024-01-26 09:13:03 +01:00

5 lines
198 B
Markdown

---
'@emigrate/docs': minor
---
Document the changes to the "up" command's `--from` and `--to` options, specifically that they can take relative file paths and that the given migration must exist.