database: remove need to specify gitserverrepo for mustCreate helper.
Created by: keegancsmith
Most call sites for the mustCreate helper do not care about gitserver_repo. This commit introduces mustCreateGitserverRepo
which will specify non-standard fields for gitserver_repo table. This PR then contains several refactors via comby to move most call sites to mustCreate
.