Browse Source

no message

xingzai 1 year ago
parent
commit
131d351ab4
1 changed files with 1 additions and 0 deletions
  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