瀏覽代碼

Merge branch 'beta.3.github-fixes' of https://github.com/porter-dev/porter

jusrhee 5 年之前
父節點
當前提交
8ecb7fef9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/models/gitrepo.go

+ 1 - 1
internal/models/gitrepo.go

@@ -14,7 +14,7 @@ type GitRepo struct {
 	ProjectID uint `json:"project_id"`
 	ProjectID uint `json:"project_id"`
 
 
 	// The username/organization that this repo integration is linked to
 	// The username/organization that this repo integration is linked to
-	RepoEntity string `json:"repo_entity" gorm:"unique"`
+	RepoEntity string `json:"repo_entity"`
 
 
 	// The various auth mechanisms available to the integration
 	// The various auth mechanisms available to the integration
 	OAuthIntegrationID uint
 	OAuthIntegrationID uint