mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 02:53:39 +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.aggregate_id
|
||||||
, ue.correct_owner
|
, ue.correct_owner
|
||||||
, jsonb_object_agg(
|
, jsonb_object_agg(
|
||||||
ue.sequence
|
ue.sequence::TEXT --formant to string because crdb is not able to handle int
|
||||||
, ue.wrong_owner
|
, ue.wrong_owner
|
||||||
) payload
|
) payload
|
||||||
FROM
|
FROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user