Hi there,
I wanted to have a master branch and a dev branch alongside all other branches, in future maybe even staging(?) and was wondering if there is any merging strategy to get the always up to date DB changes from production other than deleting the branch and re-creating the branch? Because delete+recreate would mean to update credentials also.
Or how would the typical workflow look like?
Thank you!