mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 14:17:03 +00:00
fix llb -- two undel messages now deduped
This commit is contained in:
parent
8ee7e7cf0f
commit
09daa15b49
@ -76,6 +76,10 @@ AND block_timestamp :: DATE >=(
|
||||
FROM
|
||||
{{ this }})
|
||||
{% endif %}
|
||||
|
||||
qualify(ROW_NUMBER() over(PARTITION BY tx_id, lock_id
|
||||
ORDER BY
|
||||
msg_action_description) = 1)
|
||||
),
|
||||
unpool_base AS (
|
||||
SELECT
|
||||
@ -239,5 +243,3 @@ SELECT
|
||||
'{{ invocation_id }}' AS _invocation_id
|
||||
FROM
|
||||
combine
|
||||
WHERE
|
||||
0 = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user