Skip to content

Commit

Permalink
Add JSON definition to next-migration script.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Jun 26, 2023
1 parent b8b3f16 commit 979f354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/next-migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ pkg=$(cat << EOF
package model
import "${importRoot}/${current}/model"
//
// JSON field (data) type.
type JSON = []byte
EOF
)

Expand Down

0 comments on commit 979f354

Please sign in to comment.