mirror of
https://github.com/FlipsideCrypto/maya-models.git
synced 2026-02-06 17:06:46 +00:00
8 lines
198 B
SQL
8 lines
198 B
SQL
{% macro create_sps() %}
|
|
{% if target.database == 'MAYA' %}
|
|
CREATE schema IF NOT EXISTS _internal;
|
|
{{ sp_create_prod_clone('_internal') }};
|
|
{% endif %}
|
|
{% endmacro %}
|
|
{% endmacro %}
|