mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:36:46 +00:00
hotfix qualify hadeswap sales
This commit is contained in:
parent
bd52d9032b
commit
d156d4e8eb
@ -139,4 +139,5 @@ SELECT
|
||||
sysdate() AS modified_timestamp,
|
||||
'{{ invocation_id }}' AS _invocation_id
|
||||
FROM
|
||||
pre_final
|
||||
pre_final
|
||||
qualify(row_number() over (partition by tx_id, mint order by index desc)) = 1
|
||||
Loading…
Reference in New Issue
Block a user