sequelize-auto-migrations icon indicating copy to clipboard operation
sequelize-auto-migrations copied to clipboard

Prevents bogus rhs detection from crashing when a model is updated

Open JolivetteSax opened this issue 4 years ago • 0 comments

As outlined in this issue: https://github.com/flexxnn/sequelize-auto-migrations/issues/50

There are times where a RHS is picked up without any actual changes, and this crashes the program before it completes generating a migration. Skipping empty values seems to work fine.

JolivetteSax avatar Aug 07 '19 14:08 JolivetteSax