We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac984a2 commit 61c79baCopy full SHA for 61c79ba
pkg/rewards/16_goldFinal.go
@@ -14,7 +14,7 @@ SELECT
14
snapshot,
15
token,
16
amount,
17
- reward_hash,
+ reward_hash
18
FROM {{.goldStagingTable}}
19
ON CONFLICT (earner, snapshot, token, reward_hash) DO NOTHING
20
`
0 commit comments