I am using the index.ts method to run my migrations.
Migrating up works fine.
When I migrate down, the last migration is reversed correctly, but the migration process stops responding and never exits.
Ctrl + C doesn't even end the process, I need to exit the terminal manually.
Happy to create a PR to fix.
I am using the index.ts method to run my migrations.
Migrating up works fine.
When I migrate down, the last migration is reversed correctly, but the migration process stops responding and never exits.
Ctrl + C doesn't even end the process, I need to exit the terminal manually.
Happy to create a PR to fix.