diff options
author | Unknwon <u@gogs.io> | 2015-09-02 04:08:05 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-02 04:08:05 -0400 |
commit | 37e0cee8770fc4f14857e16eabe83ab7e93a0646 (patch) | |
tree | 2eacd8816cb783f208b2afd061d6162cfeafca0e /models/issue.go | |
parent | 65e73c4ac63b4d8cb5cd1ec6077fa6085e46895c (diff) |
finish PR UI
Diffstat (limited to 'models/issue.go')
-rw-r--r-- | models/issue.go | 1 |
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) { |