Skip to content

Draft: Use `namespace_id` as sharding key for design management designs

Joseph Wambua requested to merge jj-change-design-management-sharding-key into master

What does this MR do and why?

In !145756 (closed), we tried to add and backfill project_id for design_management_designs_versions, but that failed because we likely want to use a namespace_id as sharding key, not project_id.

This MR updates the configuration so that when we run the housekeeper bot again it will create another MR with the correct backfill migrations.

MR acceptance checklist

  • Confirm that all tests pass successfully.

Merge request reports