mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:11:54 +00:00
add if execute around log event
This commit is contained in:
parent
030ee53b38
commit
130a58e22b
@ -27,7 +27,9 @@ AND modified_timestamp >= (
|
||||
{% endif %}
|
||||
)
|
||||
{% if not is_incremental() %}
|
||||
{% do log('Is FR, loading from seed file', info=true) %}
|
||||
{% if execute %}
|
||||
{% do log('Is FR, loading from seed file', info=true) %}
|
||||
{% endif %}
|
||||
,
|
||||
tokenlist_seed AS (
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user