summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-03-19 16:54:12 -0300
committerAndrey Nering <andrey.nering@gmail.com>2017-03-29 19:55:40 -0300
commita0d0de7233cd8a85d6572ae13d74078482a1ee27 (patch)
tree6904155c14910705cd4a882a4947dc2254c9da10 /models/models.go
parent129b0d6a4b408555c579e7ccb2fb15d3d8fcef29 (diff)
downloadgitea-a0d0de7233cd8a85d6572ae13d74078482a1ee27.tar.gz
gitea-a0d0de7233cd8a85d6572ae13d74078482a1ee27.zip
Create issue_watch table
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index 2ae6e355fc..a1332ac23e 100644
--- a/models/models.go
+++ b/models/models.go
@@ -117,6 +117,7 @@ func init() {
new(ExternalLoginUser),
new(ProtectedBranch),
new(UserOpenID),
+ new(IssueWatch),
)
gonicNames := []string{"SSL", "UID"}