Skip to content
Snippets Groups Projects

Add NOT NULL for sharding key on operations_feature_flags_issues

4 files
+ 19
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -8,14 +8,6 @@ description: https://docs.gitlab.com/ee/operations/feature_flags.html#feature-fl
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32876
milestone: '13.1'
gitlab_schema: gitlab_main_cell
desired_sharding_key:
project_id:
references: projects
backfill_via:
parent:
foreign_key: feature_flag_id
table: operations_feature_flags
sharding_key: project_id
belongs_to: feature_flag
desired_sharding_key_migration_job_name: BackfillOperationsFeatureFlagsIssuesProjectId
table_size: small
sharding_key:
project_id: projects
Loading