Skip to content

Commit

Permalink
fixing drop command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-szdl committed Jun 27, 2024
1 parent 80ce076 commit 7c6be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/drop_pr_staging_schemas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)

select
'drop schema '||schema_name||' if exists;' as drop_command
'drop schema if exists '||schema_name||';' as drop_command
from pr_staging_schemas
{% endset %}

Expand Down

0 comments on commit 7c6be23

Please sign in to comment.