diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-11 13:24:19 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-11 13:24:19 -0400 |
commit | 7d07b58114199f682a9caa059f239e24c820dc41 (patch) | |
tree | 00060dfae754cdbb60726cafe9264252407c62fc /models/models.go | |
parent | 4c6e0e94995b95d3493c6641fbb5a528c6d6c134 (diff) | |
download | gitea-7d07b58114199f682a9caa059f239e24c820dc41.tar.gz gitea-7d07b58114199f682a9caa059f239e24c820dc41.zip |
UPDATE README
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go index ee96207d10..b380d0e0f2 100644 --- a/models/models.go +++ b/models/models.go @@ -32,7 +32,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(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow)) } func LoadModelsConfig() { |