kawadhiya21 / mysql-migrations

A tool to use with mysql package to maintain migrations
MIT License
31 stars 25 forks source link

Down migrations on empty db cause script to stuck. #17

Open nikoshkus opened 3 years ago

nikoshkus commented 3 years ago

Hello. Down migrations on empty db with migrations table only cause script to stack: Reproduce: Example from this readme was used. then run node migration.js up node migration.js down node migration.js down Script get stuck.

Also could you please add up and down for exact migration but not anonymous.

Thank you.