mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:36:43 +00:00
6 lines
190 B
SQL
6 lines
190 B
SQL
{% macro create_sps() %}
|
|
{% if target.database == 'FLOW' %}
|
|
CREATE SCHEMA IF NOT EXISTS _internal;
|
|
{{ sp_create_prod_clone('_internal') }};
|
|
{% endif %}
|
|
{% endmacro %} |