rdluck 4 years ago
parent
commit
bbf2f2346b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/db.go

+ 2 - 0
models/db.go

@@ -29,5 +29,7 @@ func init() {
 	orm.RegisterModel(
 		new(WxUser),
 		new(CygxSession),
+		new(WxUserLog),
+		new(WxUserCode),
 	)
 }