xingzai 1 anno fa
parent
commit
131d351ab4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      models/db.go

+ 1 - 0
models/db.go

@@ -101,6 +101,7 @@ func init() {
 		new(CygxAskserieVideoCollection),
 		new(CygxAskserieVideoCollect),
 		new(CygxVoiceAndVideoHistory),
+		new(CygxActivityVideoHistory),
 	)
 	// 记录ORM查询日志
 	orm.Debug = true