[CLOUD-23] db: add new column `external_service_repos.org_id`
Created by: unknwon
For small orgs EA, we need to be able to filter down repositories to the ones that:
- the user has access to, and
- have been added to the organization that the user is a member of.
To support 2, we need to store many-to-many relationships for repository and organization (similar to repository and user) for organization code host connection.
Jira: