mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:06:45 +00:00
add token_contract_address to pk
This commit is contained in:
parent
f56e9e72f6
commit
5241ddf5c8
@ -110,7 +110,7 @@ SELECT
|
||||
token_contract_address,
|
||||
_partition_by_block_number,
|
||||
{{ dbt_utils.generate_surrogate_key(
|
||||
['receipt_id', 'action_index']
|
||||
['receipt_id', 'action_index', 'token_contract_address']
|
||||
) }} AS burrow_repays_id,
|
||||
SYSDATE() AS inserted_timestamp,
|
||||
SYSDATE() AS modified_timestamp,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user