mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
9 lines
247 B
SQL
9 lines
247 B
SQL
{%- set name -%}
|
|
{{- udf_configs() -}}
|
|
{% endset %}
|
|
{% set udfs = fromyaml(name) %}
|
|
{%- for udf in udfs -%}
|
|
{{- create_or_drop_function_from_config(udf, drop_=True) -}}
|
|
{{- create_or_drop_function_from_config(udf, drop_=False) -}}
|
|
{% endfor %}
|