#5149 修复任务结果回传重试失败bug

Merged
ychao_1983 merged 1 commits from model-migrate-bug-fix into V20240129 3 months ago
  1. +1
    -1
      models/model_migrate_record.go

+ 1
- 1
models/model_migrate_record.go View File

@@ -89,7 +89,7 @@ type ModelMigrateRecord struct {
CreatedUnix timeutil.TimeStamp `xorm:"created"`
UpdatedUnix timeutil.TimeStamp `xorm:"updated"`
DeletedAt time.Time `xorm:"deleted"`
Remark string
Remark string `xorm:"TEXT"`
}

func (r *ModelMigrateRecord) IsFinished() bool {


Loading…
Cancel
Save