Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unchanged validation object for columns generates new migrations #39

Open
jihokoo opened this issue Feb 13, 2019 · 1 comment · May be fixed by #58
Open

Unchanged validation object for columns generates new migrations #39

jihokoo opened this issue Feb 13, 2019 · 1 comment · May be fixed by #58

Comments

@jihokoo
Copy link

jihokoo commented Feb 13, 2019

When there is a validate object defined, even though nothing has changed for any column, any table. A change will be detected.

image

Put in a similar PR to fix this bug in this repo - manuelvillar/sequelize-auto-migrations-ng#18

@Scimonster
Copy link

For me this happens only when using a custom validation function, but the built-in rules do not trigger a change detection.

@Scimonster Scimonster linked a pull request Jun 17, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants