Minor Changes
-
Add a
rollbackcommand torunRemixDb().Reverts applied migrations newest first, bounded by
step(default1) orto(inclusive), with optionaldryRun. This is what backsremix db rollback, and it gives hosts embedding the data-table CLI the same command (see #11723).
Patch Changes
- Allow
and()andor()to compose object shorthand filters, matching the documentedwhere: or({ status: 'pending' }, { status: 'processing' })usage.