mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 13:37:09 +00:00
7 lines
205 B
SQL
7 lines
205 B
SQL
{% macro create_tasks() %}
|
|
{% if target.database == 'OSMOSIS' %}
|
|
CREATE SCHEMA IF NOT EXISTS _internal;
|
|
{{ task_run_sp_create_prod_clone('_internal') }};
|
|
{% endif %}
|
|
|
|
{% endmacro %} |