-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Handle deleted migration classes #795 #808
Conversation
f6b2b5f
to
b842395
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Can you move that delete functionality to a service and add a unit test for it?
Sure I can do that. But not sure if we need a whole new Service class like As an alternative we could add a new method to the WDYT? |
MigrationRepository sounds good. |
Looks good. Can you squash? and then I think we are ready to merge. |
@jwage I squashed, so ready to merge :-) |
Looks like CS is failing. Run vendor/bin/phpcbf to fix. https://travis-ci.org/doctrine/migrations/jobs/516964516 |
@jwage I think we are ready to merge. :-) |
Thanks for your work on this! |
Summary