manelferreira / serverless-sequelize-migrations

A Serverless plugin to manage sequelize migrations
MIT License
21 stars 17 forks source link

add error details from umzug #31

Open bgschiller opened 3 years ago

bgschiller commented 3 years ago

It's not always obvious why a migration fails to apply. This change includes details from the error when available. It is safe to run even if the error does not have the expected shape (eg, throw 'uh oh').