Clean repo
This commit is contained in:
3
script/sql/section_drop/1.title.sql
Normal file
3
script/sql/section_drop/1.title.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [TITLE]
|
||||
|
||||
DROP TABLE TITLE;
|
||||
13
script/sql/section_drop/10.status.sql
Normal file
13
script/sql/section_drop/10.status.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
-- [STATUS]
|
||||
|
||||
DROP TABLE STATUS_LINK;
|
||||
|
||||
DROP TABLE STATUS_VALVE;
|
||||
|
||||
DROP TYPE STATUS_VALVE_STATUS;
|
||||
|
||||
DROP TABLE STATUS_PUMP;
|
||||
|
||||
DROP TABLE STATUS_PIPE;
|
||||
|
||||
DROP TYPE STATUS_PIPE_PUMP_STATUS;
|
||||
3
script/sql/section_drop/11.patterns.sql
Normal file
3
script/sql/section_drop/11.patterns.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [PATTERNS]
|
||||
|
||||
DROP TABLE PATTERNS;
|
||||
3
script/sql/section_drop/12.curves.sql
Normal file
3
script/sql/section_drop/12.curves.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [CURVES]
|
||||
|
||||
DROP TABLE CURVES;
|
||||
9
script/sql/section_drop/13.controls.sql
Normal file
9
script/sql/section_drop/13.controls.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [CONTROLS]
|
||||
|
||||
DROP TABLE CONTROLS_3;
|
||||
|
||||
DROP TABLE CONTROLS_2;
|
||||
|
||||
DROP TABLE CONTROLS_1;
|
||||
|
||||
DROP TYPE CONTROLS_1_PREP;
|
||||
3
script/sql/section_drop/14.rules.sql
Normal file
3
script/sql/section_drop/14.rules.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [RULES]
|
||||
|
||||
DROP TABLE RULES;
|
||||
9
script/sql/section_drop/15.energy.sql
Normal file
9
script/sql/section_drop/15.energy.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [ENERGY]
|
||||
|
||||
DROP TABLE ENERGY_DEMAND_CHARGE;
|
||||
|
||||
DROP TABLE ENERGY_PUMP;
|
||||
|
||||
DROP TABLE ENERGY_GLOBAL;
|
||||
|
||||
DROP TYPE ENERGY_PARAM;
|
||||
3
script/sql/section_drop/16.emitters.sql
Normal file
3
script/sql/section_drop/16.emitters.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [EMITTERS]
|
||||
|
||||
DROP TABLE EMITTERS;
|
||||
3
script/sql/section_drop/17.quality.sql
Normal file
3
script/sql/section_drop/17.quality.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [QUALITY]
|
||||
|
||||
DROP TABLE QUALITY;
|
||||
5
script/sql/section_drop/18.sources.sql
Normal file
5
script/sql/section_drop/18.sources.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- [SOURCES]
|
||||
|
||||
DROP TABLE SOURCES;
|
||||
|
||||
DROP TYPE SOURCES_TYPE;
|
||||
19
script/sql/section_drop/19.reactions.sql
Normal file
19
script/sql/section_drop/19.reactions.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
-- [REACTIONS]
|
||||
|
||||
DROP TABLE REACTIONS_ROUGHNESS_CORRELATION;
|
||||
|
||||
DROP TABLE REACTIONS_LIMITING_POTENTIAL;
|
||||
|
||||
DROP TABLE REACTIONS_TANK;
|
||||
|
||||
DROP TABLE REACTIONS_PIPE;
|
||||
|
||||
DROP TYPE REACTIONS_PIPE_PARAM;
|
||||
|
||||
DROP TABLE REACTIONS_GLOBAL;
|
||||
|
||||
DROP TYPE REACTIONS_GLOBAL_PARAM;
|
||||
|
||||
DROP TABLE REACTIONS_ORDER;
|
||||
|
||||
DROP TYPE REACTIONS_ORDER_PARAM;
|
||||
3
script/sql/section_drop/2.junctions.sql
Normal file
3
script/sql/section_drop/2.junctions.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [JUNCTIONS]
|
||||
|
||||
DROP TABLE JUNCTIONS;
|
||||
5
script/sql/section_drop/20.mixing.sql
Normal file
5
script/sql/section_drop/20.mixing.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- [MIXING]
|
||||
|
||||
DROP TABLE MIXING;
|
||||
|
||||
DROP TYPE MIXING_Model;
|
||||
3
script/sql/section_drop/21.times.sql
Normal file
3
script/sql/section_drop/21.times.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [TIMES]
|
||||
|
||||
DROP TABLE TIMES;
|
||||
3
script/sql/section_drop/22.report.sql
Normal file
3
script/sql/section_drop/22.report.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [REPORT]
|
||||
|
||||
DROP TABLE REPORT;
|
||||
3
script/sql/section_drop/23.options.sql
Normal file
3
script/sql/section_drop/23.options.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [OPTIONS]
|
||||
|
||||
DROP TABLE OPTIONS;
|
||||
7
script/sql/section_drop/24.coordinates.sql
Normal file
7
script/sql/section_drop/24.coordinates.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- [COORDINATES]
|
||||
|
||||
DROP INDEX COORDINATES_GIST;
|
||||
|
||||
DROP INDEX COORDINATES_SPGIST;
|
||||
|
||||
DROP TABLE COORDINATES;
|
||||
3
script/sql/section_drop/25.vertices.sql
Normal file
3
script/sql/section_drop/25.vertices.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [VERTICES]
|
||||
|
||||
DROP TABLE VERTICES;
|
||||
3
script/sql/section_drop/26.labels.sql
Normal file
3
script/sql/section_drop/26.labels.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [LABELS]
|
||||
|
||||
DROP TABLE LABELS;
|
||||
3
script/sql/section_drop/27.backdrop.sql
Normal file
3
script/sql/section_drop/27.backdrop.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [BACKDROP]
|
||||
|
||||
DROP TABLE BACKDROP;
|
||||
1
script/sql/section_drop/28.end.sql
Normal file
1
script/sql/section_drop/28.end.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- [END]
|
||||
3
script/sql/section_drop/3.reservoirs.sql
Normal file
3
script/sql/section_drop/3.reservoirs.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [RESERVOIRS]
|
||||
|
||||
DROP TABLE RESERVOIRS;
|
||||
5
script/sql/section_drop/4.tanks.sql
Normal file
5
script/sql/section_drop/4.tanks.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- [TANKS]
|
||||
|
||||
DROP TABLE TANKS;
|
||||
|
||||
DROP TYPE TANKS_OVERFLOW;
|
||||
5
script/sql/section_drop/5.pipes.sql
Normal file
5
script/sql/section_drop/5.pipes.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- [PIPES]
|
||||
|
||||
DROP TABLE PIPES;
|
||||
|
||||
DROP TYPE PIPES_STATUS;
|
||||
11
script/sql/section_drop/6.pumps.sql
Normal file
11
script/sql/section_drop/6.pumps.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- [PUMPS]
|
||||
|
||||
DROP TABLE PUMPS_PROPERTY_PATTERN;
|
||||
|
||||
DROP TABLE PUMPS_PROPERTY_HEAD;
|
||||
|
||||
DROP TABLE PUMPS_PROPERTY_SPEED;
|
||||
|
||||
DROP TABLE PUMPS_PROPERTY_POWER;
|
||||
|
||||
DROP TABLE PUMPS;
|
||||
5
script/sql/section_drop/7.valves.sql
Normal file
5
script/sql/section_drop/7.valves.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- [VALVES]
|
||||
|
||||
DROP TABLE VALVES;
|
||||
|
||||
DROP TYPE VALVES_TYPE;
|
||||
5
script/sql/section_drop/8.tags.sql
Normal file
5
script/sql/section_drop/8.tags.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- [TAGS]
|
||||
|
||||
DROP TABLE TAGS_LINK;
|
||||
|
||||
DROP TABLE TAGS_NODE;
|
||||
3
script/sql/section_drop/9.demands.sql
Normal file
3
script/sql/section_drop/9.demands.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- [DEMANDS]
|
||||
|
||||
DROP TABLE DEMANDS;
|
||||
Reference in New Issue
Block a user