ingo@2856: ALTER TABLE annotations DROP CONSTRAINT cAnnotationsRanges;
ingo@2856: ALTER TABLE annotations DROP CONSTRAINT cAnnotationsEdges;
ingo@2856: ALTER TABLE annotations DROP CONSTRAINT cAnnotationsPositions;
ingo@2856: ALTER TABLE annotations DROP CONSTRAINT cAnnotationsAttributes;
ingo@2856: ALTER TABLE annotations DROP CONSTRAINT cAnnotationsTypes;
ingo@2856: ALTER TABLE cross_section_lines DROP CONSTRAINT cQPSLinesCrossSections;
ingo@2856: ALTER TABLE cross_section_points DROP CONSTRAINT cQPSPointsCrossSectionLines;
ingo@2856: ALTER TABLE cross_sections DROP CONSTRAINT cCrossSectionsRivers;
ingo@2856: ALTER TABLE cross_sections DROP CONSTRAINT cCrossSectionsTimeIntervals;
ingo@2856: ALTER TABLE discharge_tables DROP CONSTRAINT cDischargeTablesTime_intervals;
ingo@2856: ALTER TABLE discharge_tables DROP CONSTRAINT cDischargeTablesGauges;
ingo@2856: ALTER TABLE gauges DROP CONSTRAINT cGaugesRivers;
ingo@2856: ALTER TABLE gauges DROP CONSTRAINT cGaugesRanges;
ingo@2856: ALTER TABLE hyk_entries DROP CONSTRAINT cHykEntriesHyks;
ingo@2856: ALTER TABLE hyk_flow_zones DROP CONSTRAINT cHykFlowZonesHykFormations;
ingo@2856: ALTER TABLE hyk_flow_zones DROP CONSTRAINT cHykFlowZonesHykFlowZoneTypes;
ingo@2856: ALTER TABLE hyks DROP CONSTRAINT cHyksRivers;
ingo@2856: ALTER TABLE hyk_formations DROP CONSTRAINT cHykFormationsHykEntries;
ingo@2856: ALTER TABLE main_values DROP CONSTRAINT cMainValuesTimeIntervals;
ingo@2856: ALTER TABLE main_values DROP CONSTRAINT cMainValuesGauges;
ingo@2856: ALTER TABLE main_values DROP CONSTRAINT cMainValuesNamedMainValues;
ingo@2856: ALTER TABLE named_main_values DROP CONSTRAINT cNamedMainValuesMainValueTypes;
tom@6632: ALTER TABLE official_lines DROP CONSTRAINT cOffLinesNamedMainValues;
tom@6632: ALTER TABLE official_lines DROP CONSTRAINT cOffLinesWstColumns;
ingo@2856: ALTER TABLE ranges DROP CONSTRAINT cRangesRivers;
ingo@2856: ALTER TABLE rivers DROP CONSTRAINT cRiversUnits;
ingo@2856: ALTER TABLE wst_column_q_ranges DROP CONSTRAINT cWstColumnQRangesWstColums;
ingo@2856: ALTER TABLE wst_column_q_ranges DROP CONSTRAINT cWstColumnQRangesWstQRanges;
ingo@2856: ALTER TABLE wst_column_values DROP CONSTRAINT cWstColumnValuesWstColumns;
ingo@2856: ALTER TABLE wst_columns DROP CONSTRAINT cWstColumnsTime_intervals;
ingo@2856: ALTER TABLE wst_columns DROP CONSTRAINT cWstColumnsWsts;
ingo@2856: ALTER TABLE wst_q_ranges DROP CONSTRAINT cWstQRangesRanges;
ingo@2856: ALTER TABLE wsts DROP CONSTRAINT cWstsRivers;
tom@5271: ALTER TABLE wsts DROP CONSTRAINT cWstsWstKinds;
tom@6652: DROP TABLE annotation_types PURGE;
tom@6652: DROP TABLE annotations PURGE;
tom@6652: DROP TABLE attributes PURGE;
tom@6652: DROP TABLE cross_section_lines PURGE;
tom@6652: DROP TABLE cross_section_points PURGE;
tom@6652: DROP TABLE cross_sections PURGE;
tom@6652: DROP TABLE discharge_table_values PURGE;
tom@6652: DROP TABLE discharge_tables PURGE;
tom@6652: DROP TABLE edges PURGE;
tom@6652: DROP TABLE gauges PURGE;
tom@6652: DROP TABLE hyk_entries PURGE;
tom@6652: DROP TABLE hyk_flow_zone_types PURGE;
tom@6652: DROP TABLE hyk_flow_zones PURGE;
tom@6652: DROP TABLE hyk_formations PURGE;
tom@6652: DROP TABLE hyks PURGE;
tom@6652: DROP TABLE main_value_types PURGE;
tom@6652: DROP TABLE main_values PURGE;
tom@6652: DROP TABLE named_main_values PURGE;
tom@6652: DROP TABLE positions PURGE;
tom@6652: DROP TABLE ranges PURGE;
tom@6652: DROP TABLE rivers PURGE;
tom@6652: DROP TABLE time_intervals PURGE;
tom@6652: DROP TABLE units PURGE;
tom@6652: DROP TABLE wst_column_q_ranges PURGE;
tom@6652: DROP TABLE wst_column_values PURGE;
tom@6652: DROP TABLE wst_columns PURGE;
tom@6652: DROP TABLE wst_q_ranges PURGE;
tom@6652: DROP TABLE official_lines PURGE;
tom@6652: DROP TABLE wsts PURGE;
tom@6652: DROP TABLE wst_kinds PURGE;
ingo@2856: DROP SEQUENCE ANNOTATION_TYPES_ID_SEQ;
ingo@2856: DROP SEQUENCE ANNOTATIONS_ID_SEQ;
ingo@2856: DROP SEQUENCE ATTRIBUTES_ID_SEQ;
ingo@2856: DROP SEQUENCE CROSS_SECTION_LINES_ID_SEQ;
ingo@2856: DROP SEQUENCE CROSS_SECTION_POINTS_ID_SEQ;
ingo@2856: DROP SEQUENCE CROSS_SECTIONS_ID_SEQ;
ingo@2856: DROP SEQUENCE DISCHARGE_TABLE_VALUES_ID_SEQ;
ingo@2856: DROP SEQUENCE DISCHARGE_TABLES_ID_SEQ;
ingo@2856: DROP SEQUENCE EDGES_ID_SEQ;
ingo@2856: DROP SEQUENCE GAUGES_ID_SEQ;
ingo@2856: DROP SEQUENCE HYK_ENTRIES_ID_SEQ;
ingo@2856: DROP SEQUENCE HYK_FLOW_ZONE_TYPES_ID_SEQ;
ingo@2856: DROP SEQUENCE HYK_FLOW_ZONES_ID_SEQ;
ingo@2856: DROP SEQUENCE HYK_FORMATIONS_ID_SEQ;
ingo@2856: DROP SEQUENCE HYKS_ID_SEQ;
ingo@2856: DROP SEQUENCE MAIN_VALUE_TYPES_ID_SEQ;
ingo@2856: DROP SEQUENCE MAIN_VALUES_ID_SEQ;
ingo@2856: DROP SEQUENCE NAMED_MAIN_VALUES_ID_SEQ;
ingo@2856: DROP SEQUENCE POSITIONS_ID_SEQ;
ingo@2856: DROP SEQUENCE RANGES_ID_SEQ;
ingo@2856: DROP SEQUENCE RIVERS_ID_SEQ;
ingo@2856: DROP SEQUENCE TIME_INTERVALS_ID_SEQ;
ingo@2856: DROP SEQUENCE UNITS_ID_SEQ;
ingo@2856: DROP SEQUENCE WST_COLUMN_Q_RANGES_ID_SEQ;
ingo@2856: DROP SEQUENCE WST_COLUMN_VALUES_ID_SEQ;
ingo@2856: DROP SEQUENCE WST_COLUMNS_ID_SEQ;
ingo@2856: DROP SEQUENCE WST_Q_RANGES_ID_SEQ;
teichmann@6300: DROP SEQUENCE OFFICIAL_LINES_ID_SEQ;
ingo@2856: DROP SEQUENCE WSTS_ID_SEQ;
ingo@2856: DROP VIEW wst_value_table;
ingo@2856: DROP VIEW wst_w_values ;
ingo@2856: DROP VIEW wst_q_values;
tom@5101: DROP VIEW wst_ranges;