diff --git a/model/pkg.go b/model/pkg.go index b2689ce16..0271d4aa6 100644 --- a/model/pkg.go +++ b/model/pkg.go @@ -2,11 +2,10 @@ package model import ( "github.com/konveyor/tackle2-hub/migration/v12/model" - "gorm.io/datatypes" ) // Field (data) types. -type JSON = datatypes.JSON +type JSON = model.JSON // Models type Model = model.Model