You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would rather keep this logic in the separate library, I would generally not recommend running anything other than migrations:migrate (and perhaps database:create) in a production environment. These commands end up being quite specific to each team's workflow.
If people are finding the doctrine library useful then perhaps we can add a link to the README?
I haven't found any previous discussions about this topic, so I start one here:
One thing that is missing from this gem (and we had it in capifony) is doctrine integration.
I have this basic list of doctrine tasks:
I am aware of https://github.com/glooby/capistrano-symfony-doctrine, but I think it would be better to have it in the symfony package. Also, I propose the following improvements:
What do you think?
The text was updated successfully, but these errors were encountered: