-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Fix DiffGenerator #823
Fix DiffGenerator #823
Conversation
Btw. any reason for having a lock file committed in the repo? Afaik it's not considered good practice for libraries. |
d086b5f
to
323e4d6
Compare
@enumag The Doctrine team decided to commit the lock file. There are reasons for it - so it's not by accident :) |
@weaverryan Obviously. What are the reasons? |
@enumag We have some information about that here https://www.doctrine-project.org/policies.html |
@jwage I don't necessarily agree with the policy since you won't get notified about test failures caused by newer versions of other libraries. Tools like phpstan could be version-locked in the composer.json instead. But anyway thanks for the link. |
The same issue exists in doctrine-fixtures, FYI. |
So... can anyone do a review for me here? |
Thanks! |
Summary
The
getFilterSchemaAssetsExpression
method is deprecated and with DoctrineBundle 1.11 it no longer returns the filter used in Symfony configuration. Because of that the schema filter was not applied and migrations generated extra tables in our system.