mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 15:06:53 +00:00
* updated * update * added all * updated * updated create udfs * updated api_integrations
6 lines
191 B
SQL
6 lines
191 B
SQL
{% macro create_sps() %}
|
|
{% if target.database == 'EVMOS' %}
|
|
CREATE SCHEMA IF NOT EXISTS _internal;
|
|
{{ sp_create_prod_clone('_internal') }};
|
|
{% endif %}
|
|
{% endmacro %} |