Skip to content

Add `NOT NULL` constraint to `organization_id` on `pool_repositories`

We backfilled all pool_repositories that have NULL organization_id in #519617. To ensure we fulfil the NOT NULL constraint for sharding keys, we now need to make the organization_id column non-nullable.