1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

Add repo mirror and import

This commit is contained in:
Unknown
2014-04-12 20:35:35 -04:00
parent 23bba7633b
commit 90f6aa8cd1
20 changed files with 271 additions and 125 deletions

View File

@ -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() {