mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
add accountId
This commit is contained in:
parent
5dbff744e7
commit
4a6af49e99
@ -52,6 +52,7 @@ ft_burns_final AS (
|
||||
COALESCE(
|
||||
f.value :owner_id,
|
||||
f.value :account_id,
|
||||
f.value :accountId,
|
||||
NULL
|
||||
) :: STRING AS from_address,
|
||||
NULL AS to_address,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user