mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 13:26:45 +00:00
6 lines
137 B
MySQL
6 lines
137 B
MySQL
|
|
{% macro create_udfs() %}
|
||
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
||
|
|
{{- fsc_utils.create_udfs() -}}
|
||
|
|
{% endif %}
|
||
|
|
{% endmacro %}
|