Skip to content

Commit

Permalink
CORE-17431 missing distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Oct 12, 2023
1 parent 838c5c7 commit 6fb66f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<!-- ^^ is this correct?? -->
<sql dbms="postgresql">
INSERT INTO utxo_transaction_metadata
SELECT
SELECT DISTINCT
hash,
data as canonical_data,
convert_from(data, 'UTF-8')::jsonb->'membershipGroupParametersHash' AS group_parameters_hash,
Expand Down

0 comments on commit 6fb66f5

Please sign in to comment.