changed type to text

main
alex 2023-07-05 23:26:46 +02:00
parent 195f16995a
commit c1f48df036
1 changed files with 2 additions and 2 deletions

View File

@ -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