changed type to text
parent
195f16995a
commit
c1f48df036
|
@ -29,8 +29,8 @@ type GroupTaskSteps struct {
|
||||||
Step uint8
|
Step uint8
|
||||||
Status uint8
|
Status uint8
|
||||||
Log string `gorm:"type:text"`
|
Log string `gorm:"type:text"`
|
||||||
Inputs string `gorm:"type:json"`
|
Inputs string `gorm:"type:text"`
|
||||||
Files string `gorm:"type:json"`
|
Files string `gorm:"type:text"`
|
||||||
StartedAt time.Time
|
StartedAt time.Time
|
||||||
EndedAt time.Time
|
EndedAt time.Time
|
||||||
LockedByUserId string `gorm:"-"` // used by the web client to ensure that only one user can edit the input value
|
LockedByUserId string `gorm:"-"` // used by the web client to ensure that only one user can edit the input value
|
||||||
|
|
Loading…
Reference in New Issue