Project push rules: [STEP 1] Ignore organization_id
column from push_rules
table
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Implementation plan
Following the Avoiding downtime in migrations guide, we should consider the following plan to drop the organization_id
column from push_rules
table
Step | Action | Release |
---|---|---|
0 | Project push rules: [STEP 0] Remove sync trigge... (#543071) | Release M |
1 | Project push rules: [STEP 1] Ignore `organizati... (#535959) | Release M |
2 | Project push rules: [STEP 2] Drop `organization... (#535960) | Release M+1 |
3 | Project push rules: [STEP 3] Remove ignored `or... (#535961) | Release M+2 |
This issue is to execute the step 1 of this plan.
Expectations
Follow the steps https://docs.gitlab.com/development/database/avoiding_downtime_in_migrations/#ignoring-the-column-release-m to ignore organization_id
column from push_rules
table.
Edited by 🤖 GitLab Bot 🤖