mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
6 lines
204 B
SQL
6 lines
204 B
SQL
{%- set udfs = fromyaml(udf_configs()) -%}
|
|
{%- for udf in udfs -%}
|
|
{{- create_or_drop_function_from_config(udf, drop_=True) -}}
|
|
{{- create_or_drop_function_from_config(udf, drop_=False) -}}
|
|
{% endfor %}
|