diff --git a/modules/structs/grouptasks.go b/modules/structs/grouptasks.go index 24bae50..d67a939 100644 --- a/modules/structs/grouptasks.go +++ b/modules/structs/grouptasks.go @@ -29,8 +29,8 @@ type GroupTaskSteps struct { Step uint8 Status uint8 Log string `gorm:"type:text"` - Inputs string `gorm:"type:json"` - Files string `gorm:"type:json"` + Inputs string `gorm:"type:text"` + Files string `gorm:"type:text"` StartedAt time.Time EndedAt time.Time LockedByUserId string `gorm:"-"` // used by the web client to ensure that only one user can edit the input value