-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
EntityManager/Container available in migrations #27
Comments
I would require refactoring the Migrations library as it is build at the DBAL level, not at the ORM level |
Ok, that's what I figured, thanks. |
ludekstepan
added a commit
to ludekstepan/DoctrineMigrationsBundle
that referenced
this issue
Sep 20, 2012
ludekstepan
added a commit
to ludekstepan/migrations
that referenced
this issue
Sep 20, 2012
Usage in migration https://gist.github.com/3755289 |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would be involved in making the
EntityManager
andContainer
available within a migration?The text was updated successfully, but these errors were encountered: