Skip to content

Commit

Permalink
Grab fix from #4148
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Oct 28, 2021
1 parent d7bb76d commit 6080fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

{% for column in add_columns %}
add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}
{% endfor %}{{ ',' if remove_columns | length > 0 }}
{% endfor %}{{ ',' if add_columns and remove_columns }}

{% for column in remove_columns %}
drop column {{ column.name }}{{ ',' if not loop.last }}
Expand Down

0 comments on commit 6080fe7

Please sign in to comment.