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