feat(cli): add --from and --to options to limit what migrations to run

This commit is contained in:
Joakim Carlstein 2024-01-19 10:34:06 +01:00 committed by Joakim Carlstein
parent 02c142e39a
commit 9ef0fa2776
8 changed files with 485 additions and 346 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Add --from and --to CLI options to control which migrations to include or skip when executing migrations.