feat(up): add --limit option to limit the number of migrations to run

This commit is contained in:
Joakim Carlstein 2024-01-18 19:01:23 +01:00 committed by Joakim Carlstein
parent bf4d596980
commit 02c142e39a
7 changed files with 176 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Add --limit option to the "up" command, for limiting the number of migrations to run