From c1f48df036d9276daa4d29bc7da02c423afa5eb3 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 5 Jul 2023 23:26:46 +0200 Subject: [PATCH] changed type to text --- modules/structs/grouptasks.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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