index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
/
models.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Lunny Xiao <xiaolunwen@gmail.com>
2014-04-14 14:50:37 +0800
committer
Lunny Xiao <xiaolunwen@gmail.com>
2014-04-14 14:50:37 +0800
commit
8283e16ef7af197ee77b1be412bf875ae97c789e
(
patch
)
tree
c145517a3b885c49408f35e0cb9c9aabe6201a35
/
models/models.go
parent
6cee65db5a6e6ef7372f19d45c22a416e130afed
(
diff
)
parent
f644cefa865c04b440902695ba90114b224c640d
(
diff
)
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat
(limited to 'models/models.go')
-rw-r--r--
models/models.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index ab13548e..b0a12a8d 100644
--- a/
models/models.go
+++ b/
models/models.go
@@ -34,7 +34,7 @@ var (
func init() {
tables = append(tables, new(User), new(PublicKey), new(Repository), new(Watch),
new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
- new(Mirror))
+ new(Mirror), new(Release))
}
func LoadModelsConfig() {