Skip to content

Commit 1b0d4c0

Browse files
committed
Added newline char
1 parent 0b77a8a commit 1b0d4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/oracle/macros/columns.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
alter table {{ relation }} add {{ adapter.check_and_quote_identifier(column.name, model.columns) }} {{ column.data_type }}
6565
{% endcall %}
6666
{% endfor %}
67-
{% endmacro %}
67+
{% endmacro %}

0 commit comments

Comments
 (0)