revert SO macro if execute change

This commit is contained in:
Desmond Hui 2024-04-24 07:31:37 -07:00
parent f66cd14c2d
commit d514c10a89

View File

@ -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 %}
{% endif %}
{% endmacro %}