This commit is contained in:
Austin 2025-08-28 10:47:12 -04:00 committed by GitHub
parent e631bc028c
commit 34233235df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
unique_key = 'ez_token_transfers_id',
cluster_by = ['block_timestamp::DATE'],
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(origin_from_address, origin_to_address, from_address, to_address, origin_function_signature)",
tags = ['core']
tags = ['core', 'heal']
) }}
WITH base AS (