fix: 修复争议时间线表名映射

This commit is contained in:
zetaloop
2026-04-25 02:23:04 +08:00
parent 7a8788c62e
commit dc57a61688
3 changed files with 22 additions and 10 deletions
@@ -26,7 +26,7 @@ const (
// FieldCreatedAt holds the string denoting the created_at field in the database.
FieldCreatedAt = "created_at"
// Table holds the table name of the disputetimeline in the database.
Table = "dispute_timelines"
Table = "dispute_timeline"
)
// Columns holds all SQL columns for disputetimeline fields.