mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 09:30:25 +08:00
Add repo mirror and import
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user