Rebase and Merge with One Click settings migration
- Add a database migration on the projects table to add an additional column
rebase_and_merge_with_one_click. - Enforce validation on
rebase_and_merge_with_one_clickso it can only betruewhenMerge commit with semi-linear historyorfast-forward mergemethods are selected. - This column should default to
trueif the above condition is met, and benot NULL. - This validation should also be duplicated on the Project model.
Edited by Fred Reinink