mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 17:36:52 +00:00
5 lines
136 B
SQL
5 lines
136 B
SQL
{% macro create_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{{- fsc_utils.create_udfs() -}}
|
|
{% endif %}
|
|
{% endmacro %} |