Mercurial > dive4elements > river
comparison backend/doc/schema/postgresql-drop-spatial.sql @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-backend/doc/schema/postgresql-drop-spatial.sql@91f5908c472a |
children | cc53aae06303 |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 BEGIN; | |
2 | |
3 DROP TABLE river_axes; | |
4 DROP SEQUENCE RIVER_AXES_ID_SEQ; | |
5 | |
6 DROP TABLE river_axes_km; | |
7 DROP SEQUENCE RIVER_AXES_KM_ID_SEQ; | |
8 | |
9 DROP TABLE cross_section_tracks; | |
10 DROP SEQUENCE CROSS_SECTION_TRACKS_ID_SEQ; | |
11 | |
12 DROP TABLE buildings; | |
13 DROP SEQUENCE BUILDINGS_ID_SEQ; | |
14 | |
15 DROP TABLE fixpoints; | |
16 DROP SEQUENCE FIXPOINTS_ID_SEQ; | |
17 | |
18 DROP TABLE floodplain; | |
19 DROP SEQUENCE FLOODPLAIN_ID_SEQ; | |
20 | |
21 DROP TABLE dem; | |
22 DROP SEQUENCE DEM_ID_SEQ; | |
23 | |
24 DROP TABLE hws_points; | |
25 DROP SEQUENCE HWS_POINTS_ID_SEQ; | |
26 | |
27 DROP TABLE hws_lines; | |
28 DROP SEQUENCE HWS_LINES_ID_SEQ; | |
29 | |
30 DROP TABLE floodmaps; | |
31 DROP SEQUENCE FLOODMAPS_ID_SEQ; | |
32 | |
33 DROP TABLE hydr_boundaries; | |
34 DROP SEQUENCE HYDR_BOUNDARIES_ID_SEQ; | |
35 | |
36 DROP TABLE hydr_boundaries_poly; | |
37 DROP SEQUENCE HYDR_BOUNDARIES_POLY_ID_SEQ; | |
38 | |
39 DROP TABLE gauge_location; | |
40 DROP SEQUENCE GAUGE_LOCATION_ID_SEQ; | |
41 | |
42 DROP TABLE fed_states; | |
43 DROP TABLE hws_kinds; | |
44 DROP TABLE sobek_kinds; | |
45 DROP TABLE sectie_kinds; | |
46 DROP TABLE boundary_kinds; | |
47 DROP TABLE axis_kinds; | |
48 DROP TABLE building_kinds; | |
49 | |
50 COMMIT; |