Skip to content

Commit

Permalink
[CR] DROP TABLE... IF EXISTS
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Nov 1, 2020
1 parent 1a369aa commit 1eeb2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/000009_export_current.down.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BEGIN;

DROP TABLE catalog_branches_export_state;
DROP TABLE IF EXISTS catalog_branches_export_state;
DROP TYPE catalog_branches_export_status;

END;

0 comments on commit 1eeb2a4

Please sign in to comment.