What's the use pattern for shared database
FanGuogang
Posts: 1 New member
Hi, I am new to flyway.
We are using following branching model:
how to distribute database migration file versions between feature branches ?
I am sorry for my poor English...best wishes to you.
We are using following branching model:
- main
- uat
- sit
- dev
- feature_1
- feature_2
- feature_...
how to distribute database migration file versions between feature branches ?
I am sorry for my poor English...best wishes to you.
Tagged:
Answers
Your English is great and thank you for the question.
If I understand correctly, your goal is to minimise the amount of script duplication across branches?