mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
revert SO macro if execute change
This commit is contained in:
parent
f66cd14c2d
commit
d514c10a89
@ -8,9 +8,7 @@
|
||||
{% endmacro %}
|
||||
|
||||
{% macro enable_search_optimization(schema_name, table_name, condition = '') %}
|
||||
{% if execute %}
|
||||
{% if target.database == 'SOLANA' %}
|
||||
ALTER TABLE {{ schema_name }}.{{ table_name }} ADD SEARCH OPTIMIZATION {{ condition }}
|
||||
{% endif %}
|
||||
{% if target.database == 'SOLANA' %}
|
||||
ALTER TABLE {{ schema_name }}.{{ table_name }} ADD SEARCH OPTIMIZATION {{ condition }}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
Loading…
Reference in New Issue
Block a user