Finish release

This commit is contained in:
Unknown 2014-04-14 01:57:25 -04:00
parent 190b83e05e
commit f644cefa86
8 changed files with 318 additions and 53 deletions

View file

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