summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-12 20:35:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-12 20:35:35 -0400
commit90f6aa8cd19e489723ddffc40d6507782c29756c (patch)
treee247229573a4d32ca1d508619951a9868690840f /models/models.go
parent23bba7633bbd8ae8f9f41404352c327f9e8c9fdc (diff)
downloadgitea-90f6aa8cd19e489723ddffc40d6507782c29756c.tar.gz
gitea-90f6aa8cd19e489723ddffc40d6507782c29756c.zip
Add repo mirror and import
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index b8374a3d67..f1d43531be 100644
--- a/models/models.go
+++ b/models/models.go
@@ -32,7 +32,8 @@ 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(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
+ new(Mirror))
}
func LoadModelsConfig() {