mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 11:06:48 +00:00
* repo clean up * silver changes * silver streamline * bronze sl * macros * wfs and decoded traces macro * gold tags * bronze tags * beacon tags * silver tags * silver nft tags * defi tags * silver protocol tags * workflow crons * remove seed * source * refs * docs * docs * sources * remove complete function abis * bronze issues * curated updates * column names * column changes * column changes * tag
9 lines
262 B
SQL
9 lines
262 B
SQL
{% macro create_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS", false) %}
|
|
{% set sql %}
|
|
CREATE schema if NOT EXISTS silver;
|
|
{% endset %}
|
|
{% do run_query(sql) %}
|
|
{{- fsc_utils.create_udfs() -}}
|
|
{% endif %}
|
|
{% endmacro %} |