add accountId

This commit is contained in:
Jack Forgash 2025-10-28 13:57:27 -06:00
parent 5dbff744e7
commit 4a6af49e99

View File

@ -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,