Add NOT NULL for sharding key on incident_management_oncall_rotations
What does this MR do and why?
Adds NOT NULL constraint on sharding key column project_id on table: incident_management_oncall_rotations.
This merge request is the last step towards transforming the desired sharding key into a sharding key.
This involves the following changes:
- Adding a not null constraint for the sharding key column (
project_id). - Setting
project_idassharding_keyofincident_management_oncall_rotations