That was a big question in my opinion.
I will very soon switch to Mercurial or Git for my web software, and sometimes my branches require significant database changes that other branches should not see. This, I canβt always share the same database for my branches.
Is there a standard way to handle database changes for branching and cloning? What are you doing? I am using MySQL.
git branch database mercurial
Chad johnson
source share