mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
add begin/commit
This commit is contained in:
parent
98adeb6e2a
commit
3560e17902
@ -1,7 +1,10 @@
|
||||
{% macro create_evm_streamline_udfs() %}
|
||||
{% if var("UPDATE_UDFS_AND_SPS") %}
|
||||
{% set sql %}
|
||||
BEGIN;
|
||||
{{ create_udf_bulk_rest_api_v2_evm() }}
|
||||
{{ create_udf_bulk_decode_logs() }}
|
||||
COMMIT;
|
||||
{% endset %}
|
||||
{% do run_query(sql) %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user