sequelize / umzug

Framework agnostic migration tool for Node.js
MIT License
2.01k stars 158 forks source link

feat: remove uniqueness from sequelize storage #602

Closed mau31415 closed 1 year ago

mau31415 commented 1 year ago

…tries in case of rerun

mmkal commented 1 year ago

Thanks. Could you add a test that fails without this change so the reason is clear?

mau31415 commented 1 year ago

added a test and updated relevant changes to existing tests

github-actions[bot] commented 1 year ago

Released in v3.3.0.

jbalatero commented 2 months ago

Since this was reverted, how do we work around --rerun ALLOW now?

mau31415 commented 2 months ago

I solved it on my end, I didn't have time to create a better fix. Sorry...