rdluck 4 vuotta sitten
vanhempi
commit
bbf2f2346b
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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),
 	)
 }