diff --git a/db/docs/operations_scopes.yml b/db/docs/operations_scopes.yml
index 0275bec0579ad782465d7f541b794549de1d22d9..932b456350eb51e2d5610e01a2c3e41cb146a4a6 100644
--- a/db/docs/operations_scopes.yml
+++ b/db/docs/operations_scopes.yml
@@ -7,4 +7,20 @@ feature_categories:
 description: https://docs.gitlab.com/ee/operations/feature_flags.html#feature-flag-strategies
 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24819
 milestone: '12.8'
-gitlab_schema: gitlab_main
+gitlab_schema: gitlab_main_cell
+allow_cross_joins:
+- gitlab_main_clusterwide
+allow_cross_transactions:
+- gitlab_main_clusterwide
+allow_cross_foreign_keys:
+- gitlab_main_clusterwide
+desired_sharding_key:
+  project_id:
+    references: projects
+    backfill_via:
+      parent:
+        foreign_key: strategy_id
+        table: operations_strategies
+        sharding_key: project_id
+        belongs_to: strategy
+    awaiting_backfill_on_parent: true