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