Skip to content

Commit

Permalink
Merge Consumer & Filler
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveben committed Dec 6, 2024
1 parent 59383f8 commit 53c541f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,7 @@ def addassets(session, action, contract):
'INSERT INTO pool_assets '
'SELECT * FROM (SELECT :pool_id AS pool_id, :contract AS contract, '
'CAST(UNNEST(:asset_ids) AS bigint) AS a_id, :seq AS seq, :block_num AS block_num, '
':timestamp AS timestamp) a '
'CAST(:timestamp AS timestamp) AS timestamp) a '
'WHERE (pool_id, contract, a_id) NOT IN ('
' SELECT pool_id, contract, asset_id FROM pool_assets WHERE asset_id = a_id'
') ',
Expand Down

0 comments on commit 53c541f

Please sign in to comment.