migration: Add gitserver_repos table
Created by: ryanslade
This will allow us to:
- Query the clone state of repo
- Query the sync state of a repo
- Query the most recent sync error
- Round robin schedule the choice of clone_url from external_services
Part of: https://github.com/sourcegraph/sourcegraph/issues/16670