ingo@3948: BEGIN;
ingo@3948: 
ingo@3948: DROP TABLE river_axes;
ingo@3948: DROP SEQUENCE RIVER_AXES_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE river_axes_km;
ingo@3948: DROP SEQUENCE RIVER_AXES_KM_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE cross_section_tracks;
ingo@3948: DROP SEQUENCE CROSS_SECTION_TRACKS_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE lines;
ingo@3948: DROP SEQUENCE LINES_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE buildings;
ingo@3948: DROP SEQUENCE BUILDINGS_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE fixpoints;
ingo@3948: DROP SEQUENCE FIXPOINTS_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE floodplain;
ingo@3948: DROP SEQUENCE FLOODPLAIN_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE dem;
ingo@3948: DROP SEQUENCE DEM_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE catchment;
ingo@3948: DROP SEQUENCE CATCHMENT_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE hws;
ingo@3948: DROP SEQUENCE HWS_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE floodmaps;
ingo@3948: DROP SEQUENCE FLOODMAPS_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE hydr_boundaries;
ingo@3948: DROP SEQUENCE HYDR_BOUNDARIES_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE hydr_boundaries_poly;
ingo@3948: DROP SEQUENCE HYDR_BOUNDARIES_POLY_ID_SEQ;
ingo@3948: 
ingo@3948: DROP TABLE gauge_location;
ingo@3948: DROP SEQUENCE GAUGE_LOCATION_ID_SEQ;
ingo@3948: 
ingo@3948: COMMIT;