mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 15:36:45 +00:00
9 lines
209 B
MySQL
9 lines
209 B
MySQL
|
|
{% macro create_udfs() %}
|
||
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
||
|
|
{% set sql %}
|
||
|
|
{{ create_udf_bulk_rest_api_v2() }};
|
||
|
|
{% endset %}
|
||
|
|
{% do run_query(sql) %}
|
||
|
|
{% endif %}
|
||
|
|
{% endmacro %}
|