feat(cli): support NodeJS callback style migration functions

This commit is contained in:
Joakim Carlstein 2023-11-16 11:24:00 +01:00
parent 0c49249bd9
commit 8dadfe9a5b
3 changed files with 25 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Support migration functions using the old NodeJS callback style API, i.e. accepting a callback as a single parameter which in turns takes any error as its first parameter (any other parameters are ignored)