UPDATE: Change type response
All checks were successful
Build and Release / release (push) Successful in 1m7s

This commit is contained in:
2026-04-16 12:39:05 +07:00
parent 822a92d1cc
commit 5c363589d8
11 changed files with 336 additions and 69 deletions

View File

@@ -17,4 +17,8 @@ sql:
- column: "users_with_roles.roles"
go_type:
import: "history-api/models"
type: "[]Role"
type: "[]Role"
- db_type: json
go_type: encoding/json.RawMessage
- db_type: jsonb
go_type: encoding/json.RawMessage