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; 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; ingo@2856: DROP TABLE annotation_types; ingo@2856: DROP TABLE annotations; ingo@2856: DROP TABLE attributes; ingo@2856: DROP TABLE cross_section_lines; ingo@2856: DROP TABLE cross_section_points; ingo@2856: DROP TABLE cross_sections; ingo@2856: DROP TABLE discharge_table_values; ingo@2856: DROP TABLE discharge_tables; ingo@2856: DROP TABLE edges; ingo@2856: DROP TABLE gauges; ingo@2856: DROP TABLE hyk_entries; ingo@2856: DROP TABLE hyk_flow_zone_types; ingo@2856: DROP TABLE hyk_flow_zones; ingo@2856: DROP TABLE hyk_formations; ingo@2856: DROP TABLE hyks; ingo@2856: DROP TABLE main_value_types; ingo@2856: DROP TABLE main_values; ingo@2856: DROP TABLE named_main_values; ingo@2856: DROP TABLE positions; ingo@2856: DROP TABLE ranges; ingo@2856: DROP TABLE rivers; ingo@2856: DROP TABLE time_intervals; ingo@2856: DROP TABLE units; ingo@2856: DROP TABLE wst_column_q_ranges; ingo@2856: DROP TABLE wst_column_values; ingo@2856: DROP TABLE wst_columns; ingo@2856: DROP TABLE wst_q_ranges; teichmann@6300: DROP TABLE official_lines; ingo@2856: DROP TABLE wsts; tom@5271: DROP TABLE wst_kinds; 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;