db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 361 forks source link

undo-seed.js require of connect.js is wrong #798

Open asdocoder opened 1 year ago

asdocoder commented 1 year ago

I'm submitting a...

Current behavior

In walking through the requires of this project, I found a broken require in undo-seed.js. I haven't actually tried calling it (bundling this package in as a dependency and had a piece of code that would walk through the requires of all my dependencies).

Expected behavior

The require in undo-seed.js line 9 should be referring to ../../connect

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


db-migrate version: 0.11.12
plugins with versions: X.Y.Z
db-migrate driver with versions: 

Additional information:
- Node version: 14.17.6  
- Platform:  Mac 

Others: