1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Merge branch 'dev-ldap' into dev

This commit is contained in:
Lunny Xiao
2014-05-05 16:42:15 +08:00
18 changed files with 614 additions and 24 deletions

View File

@@ -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(Release))
new(Mirror), new(Release), new(LoginSource))
}
func LoadModelsConfig() {