Drop `force_push_regex` and `delete_branch_regex` columns from `push_rules`
Problem
In 17.6 we started ignoring fields force_push_regex
and delete_branch_regex
- Deprecate `force_push_regex` and `delete_branch... (#501362 - closed).
Next step: drop these fields from the database (see documentation).
Solution
Drop these fields and related indexes if any.
Edited by Vasilii Iakliushin