Skip to content

Commit

Permalink
Remove mainnet schema prefix from the query (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 authored Nov 5, 2024
1 parent 0f82f31 commit 240d3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ WITH LatestMIR AS (SELECT tx_hash,
block,
block_time,
ROW_NUMBER() OVER (PARTITION BY address ORDER BY slot DESC) AS rn
FROM mainnet.mir
FROM mir
WHERE epoch = :epoch)
insert into instant_reward
select address as address,
Expand Down

0 comments on commit 240d3d4

Please sign in to comment.