Skip to content

Array encoding to JSONB #73

@hjuraev

Description

@hjuraev

var participants: [Participant] = []

this property converted to single JSONB object while migration created as JSONB[] column

[ ERROR ] ⚠️ [PostgreSQLError.server.error.transformAssignedExpr: column "participants" is of type jsonb[] but expression is of type jsonb] [Suggested fixes: You will need to rewrite or cast the expression.] (RouterController.swift:976)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions