ziwen 1 年間 前
コミット
cedfbae2e4
1 ファイル変更1 行追加0 行削除
  1. 1 0
      models/db.go

+ 1 - 0
models/db.go

@@ -72,6 +72,7 @@ func init() {
 		new(CygxBannerHistory),
 		new(CygxReportHistoryRecordLog),
 		new(CygxUserLabel),
+		new(CygxTagHistory),
 	)
 	// 记录ORM查询日志
 	orm.Debug = true