Group push rules: execute write operations for both `push_rules` and `group_push_rules` tables
Problem
After group_push_rules
table was created. We should start synchronizing writes between push_rules
and group_push_rules
.
Proposals
- Use triggers to sync changes to group related push rules in
push_rules
to be reflected ingroup_push_rules
.
Edited by Vasilii Iakliushin