feat(cli): support NodeJS callback style migration functions
This commit is contained in:
parent
0c49249bd9
commit
8dadfe9a5b
3 changed files with 25 additions and 3 deletions
5
.changeset/blue-steaks-hide.md
Normal file
5
.changeset/blue-steaks-hide.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue