mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 23:43:40 +00:00
correct mapping of key because crdb does not allow int as key
This commit is contained in:
parent
ac6dae7513
commit
24e44f7121
@ -68,7 +68,7 @@ SELECT
|
||||
ue.aggregate_id
|
||||
, ue.correct_owner
|
||||
, jsonb_object_agg(
|
||||
ue.sequence
|
||||
ue.sequence::TEXT --formant to string because crdb is not able to handle int
|
||||
, ue.wrong_owner
|
||||
) payload
|
||||
FROM
|
||||
|
Loading…
x
Reference in New Issue
Block a user