Skip to content

Commit

Permalink
Drop pipe_reference table if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitblanc committed Nov 22, 2022
1 parent f0024b3 commit c9c6078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions network/pipe_reference.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- Table: qwat_network.pipe_reference : contains each pipe section with source node and end node
DROP TABLE IF EXISTS qwat_network.pipe_reference;
CREATE TABLE IF NOT EXISTS qwat_network.pipe_reference
(
id serial,
Expand Down
2 changes: 1 addition & 1 deletion update/delta/delta_1.3.7_000_search_path.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Table: qwat_network.pipe_reference : contains each pipe section with source node and end node

CREATE SCHEMA IF NOT EXISTS qwat_network;

DROP TABLE IF EXISTS qwat_network.pipe_reference;
CREATE TABLE IF NOT EXISTS qwat_network.pipe_reference
(
id serial,
Expand Down

0 comments on commit c9c6078

Please # to comment.