thorchain-models/macros/create_sps.sql

7 lines
187 B
MySQL
Raw Permalink Normal View History

2022-09-13 20:31:04 +00:00
{% macro create_sps() %}
{% if target.database == 'ALGORAND' %}
CREATE schema IF NOT EXISTS _internal;
{{ sp_create_prod_clone('_internal') }};
{% endif %}
{% endmacro %}