summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index b4f5f0a2db..92a579dfcc 100644
--- a/models/models.go
+++ b/models/models.go
@@ -39,7 +39,8 @@ var (
)
func init() {
- tables = append(tables, new(User), new(PublicKey), new(Follow), new(Oauth2),
+ tables = append(tables,
+ new(User), new(PublicKey), new(Follow), new(Oauth2), new(AccessToken),
new(Repository), new(Watch), new(Star), new(Action), new(Access),
new(Issue), new(Comment), new(Attachment), new(IssueUser), new(Label), new(Milestone),
new(Mirror), new(Release), new(LoginSource), new(Webhook),