mirror of
https://github.com/FlipsideCrypto/terra-models.git
synced 2026-02-06 15:36:44 +00:00
7 lines
184 B
MySQL
7 lines
184 B
MySQL
|
|
{% macro create_sps() %}
|
||
|
|
{% if target.database == 'TERRA' %}
|
||
|
|
CREATE schema IF NOT EXISTS _internal;
|
||
|
|
{{ sp_create_prod_clone('_internal') }};
|
||
|
|
{% endif %}
|
||
|
|
{% endmacro %}
|