This commit is contained in:
Eric Laurello 2025-07-25 12:31:30 -04:00
parent 0509ae87d0
commit 2f0b6f843d

View File

@ -21,7 +21,7 @@ WITH base AS (
ELSE TRUE
END AS tx_succeeded,
b.value AS event_value,
event_value :"id" :"eventSeq" :: INT AS event_index,
event_value :"id" :"eventSeq" :: STRING AS event_index,
event_value :"packageId" :: STRING AS package_id,
event_value :"transactionModule" :: STRING AS transaction_module,
event_value :"sender" :: STRING AS sender,