aboutsummaryrefslogtreecommitdiff
path: root/models/issue.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-02 04:08:05 -0400
committerUnknwon <u@gogs.io>2015-09-02 04:08:05 -0400
commit37e0cee8770fc4f14857e16eabe83ab7e93a0646 (patch)
tree2eacd8816cb783f208b2afd061d6162cfeafca0e /models/issue.go
parent65e73c4ac63b4d8cb5cd1ec6077fa6085e46895c (diff)
finish PR UI
Diffstat (limited to 'models/issue.go')
-rw-r--r--models/issue.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/issue.go b/models/issue.go
index fd93e946..f48d3206 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -857,6 +857,7 @@ type PullRepo struct {
MergeBase string `xorm:"VARCHAR(40)"`
Type PullRequestType
CanAutoMerge bool
+ HasMerged bool
}
func (pr *PullRepo) AfterSet(colName string, _ xorm.Cell) {