Skip to content

Commit

Permalink
🐛 Fix json export. (#597)
Browse files Browse the repository at this point in the history
Should be aliased from the model.

Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel authored Jan 28, 2024
1 parent e18a654 commit be0e1b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be0e1b0

Please sign in to comment.