I am new to this topic and I don't know how Drupal 7 works on these directions.
Questions:
- Are there any strategies to run database schema migrations like
Symfony have Doctrine Migration Bundle?
- How to safely update your database schema both locally and on
production in drupal 7?
- Since this is going to be like multi-branching strategies, how to
keep everything updated?
- How about multi-siting?
Thanks