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, 3 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index faa363e835..ac7e2e93ba 100644
--- a/models/models.go
+++ b/models/models.go
@@ -125,6 +125,9 @@ func init() {
new(U2FRegistration),
new(TeamUnit),
new(Review),
+ new(OAuth2Application),
+ new(OAuth2AuthorizationCode),
+ new(OAuth2Grant),
)
gonicNames := []string{"SSL", "UID"}