diff --git a/hive/db/sql_scripts/postgres_handle_view_changes.sql b/hive/db/sql_scripts/postgres_handle_view_changes.sql index ee26264f9c517ad297b0ebe6c4e4b87559d4d517..5bd7f8b42b5d9265a832f608d78428cccecfefe3 100644 --- a/hive/db/sql_scripts/postgres_handle_view_changes.sql +++ b/hive/db/sql_scripts/postgres_handle_view_changes.sql @@ -5,6 +5,8 @@ See http://pretius.com/postgresql-stop-worrying-about-table-and-view-dependencie Enhanced by Wojciech Barcik wbarcik@syncad.com (handling of rules). */ +DROP TABLE IF EXISTS deps_saved_ddl; +DROP SEQUENCE IF EXISTS deps_saved_ddl_deps_id_seq; -- SEQUENCE: deps_saved_ddl_deps_id_seq