Skip to content

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

  1. Use triggers to sync changes to group related push rules in push_rules to be reflected in group_push_rules.
Edited by Vasilii Iakliushin