mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 15:46:43 +00:00
* files * docs * package * remove * comments * macro comments * overview * comment out on run start * remove workflows
9 lines
262 B
SQL
9 lines
262 B
SQL
{# {% macro create_sps() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{% if target.database == 'BLAST' %}
|
|
CREATE schema IF NOT EXISTS _internal;
|
|
{{ sp_create_prod_clone('_internal') }};
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endmacro %} #}
|