Store repo clone URL in database
Created by: nicksnyder
Add a new url
column to the repo
table that stores the clone url of each repo.
No readers of this field are added in this PR, but I am working on some changes that would benefit from this.
This PR moves us in the direction of the desired end state of the database being the source of truth for what repos are enabled (and with this change, how to clone them).
The URLs stored in the database would have the access token stored with them (e.g. https://[email protected]/foo/bar
), but this would get updated any time repo-updater runs.