Skip to content

Project push rules: Remove organization and group records

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Implementation plan

We want to use the push_rules table as a dedicated table for projects. Therefore, we should remove push_rules records belonging to a group or organization.

  • Create a migration to destroy push_rules records where organization_id is populated.
  • Create a migration to destroy push_rules records associated with a group (where push_rule_id is not null).

Expectations

Edited by 🤖 GitLab Bot 🤖