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