-
Notifications
You must be signed in to change notification settings - Fork 38
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
Migrations dropping all indexes #127
Comments
@ArsenyYankovsky Do you know if this is a known issue? |
@robbertstevens @ArsenyYankovsky I am seeing the same issue was wondering if this is a typeorm issue or a driver issue? |
No, idea. I have no experience with Typeorm besides this. |
I'm seeing the same issue with this driver. |
Package versions and database engine type (please complete the following information):
Describe the bug
When we generate a migration without any changes to the entities it will generate a migration in which all indexes are dropped and created again.
What result we expect
We expect a message which states that there are no changes
The text was updated successfully, but these errors were encountered: