Mercurial > dive4elements > river
comparison flys-backend/doc/schema/oracle-drop.sql @ 5379:61bf64b102bc mapgenfix
Merge with default branch
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Fri, 22 Mar 2013 11:25:54 +0100 |
parents | dac7723fb502 |
children |
comparison
equal
deleted
inserted
replaced
5175:cfc5540a4eec | 5379:61bf64b102bc |
---|---|
27 ALTER TABLE wst_column_values DROP CONSTRAINT cWstColumnValuesWstColumns; | 27 ALTER TABLE wst_column_values DROP CONSTRAINT cWstColumnValuesWstColumns; |
28 ALTER TABLE wst_columns DROP CONSTRAINT cWstColumnsTime_intervals; | 28 ALTER TABLE wst_columns DROP CONSTRAINT cWstColumnsTime_intervals; |
29 ALTER TABLE wst_columns DROP CONSTRAINT cWstColumnsWsts; | 29 ALTER TABLE wst_columns DROP CONSTRAINT cWstColumnsWsts; |
30 ALTER TABLE wst_q_ranges DROP CONSTRAINT cWstQRangesRanges; | 30 ALTER TABLE wst_q_ranges DROP CONSTRAINT cWstQRangesRanges; |
31 ALTER TABLE wsts DROP CONSTRAINT cWstsRivers; | 31 ALTER TABLE wsts DROP CONSTRAINT cWstsRivers; |
32 ALTER TABLE wsts DROP CONSTRAINT cWstsWstKinds; | |
32 DROP TABLE annotation_types; | 33 DROP TABLE annotation_types; |
33 DROP TABLE annotations; | 34 DROP TABLE annotations; |
34 DROP TABLE attributes; | 35 DROP TABLE attributes; |
35 DROP TABLE cross_section_lines; | 36 DROP TABLE cross_section_lines; |
36 DROP TABLE cross_section_points; | 37 DROP TABLE cross_section_points; |
55 DROP TABLE wst_column_q_ranges; | 56 DROP TABLE wst_column_q_ranges; |
56 DROP TABLE wst_column_values; | 57 DROP TABLE wst_column_values; |
57 DROP TABLE wst_columns; | 58 DROP TABLE wst_columns; |
58 DROP TABLE wst_q_ranges; | 59 DROP TABLE wst_q_ranges; |
59 DROP TABLE wsts; | 60 DROP TABLE wsts; |
61 DROP TABLE wst_kinds; | |
60 DROP SEQUENCE ANNOTATION_TYPES_ID_SEQ; | 62 DROP SEQUENCE ANNOTATION_TYPES_ID_SEQ; |
61 DROP SEQUENCE ANNOTATIONS_ID_SEQ; | 63 DROP SEQUENCE ANNOTATIONS_ID_SEQ; |
62 DROP SEQUENCE ATTRIBUTES_ID_SEQ; | 64 DROP SEQUENCE ATTRIBUTES_ID_SEQ; |
63 DROP SEQUENCE CROSS_SECTION_LINES_ID_SEQ; | 65 DROP SEQUENCE CROSS_SECTION_LINES_ID_SEQ; |
64 DROP SEQUENCE CROSS_SECTION_POINTS_ID_SEQ; | 66 DROP SEQUENCE CROSS_SECTION_POINTS_ID_SEQ; |
86 DROP SEQUENCE WST_Q_RANGES_ID_SEQ; | 88 DROP SEQUENCE WST_Q_RANGES_ID_SEQ; |
87 DROP SEQUENCE WSTS_ID_SEQ; | 89 DROP SEQUENCE WSTS_ID_SEQ; |
88 DROP VIEW wst_value_table; | 90 DROP VIEW wst_value_table; |
89 DROP VIEW wst_w_values ; | 91 DROP VIEW wst_w_values ; |
90 DROP VIEW wst_q_values; | 92 DROP VIEW wst_q_values; |
93 DROP VIEW official_lines; | |
94 DROP VIEW q_main_values; | |
95 DROP VIEW official_q_values; | |
96 DROP VIEW wst_ranges; |