correct mapping of key because crdb does not allow int as key

This commit is contained in:
adlerhurst 2025-01-10 13:14:16 +01:00
parent ac6dae7513
commit 24e44f7121
No known key found for this signature in database

View File

@ -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