Mercurial > dive4elements > river
comparison flys-backend/doc/schema/oracle-drop-minfo.sql @ 2816:70b4a31a3306
Implemented the method stubs of the parser for sediment density and made some db schema adaptions.
flys-backend/trunk@4233 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 13 Apr 2012 10:59:15 +0000 |
parents | a36a5407acbf |
children | 25ed1f18fcc4 |
comparison
equal
deleted
inserted
replaced
2815:3febaed762b8 | 2816:70b4a31a3306 |
---|---|
12 ALTER TABLE bed_height_epoch DROP CONSTRAINT fk_epoch_cur_elevation_model; | 12 ALTER TABLE bed_height_epoch DROP CONSTRAINT fk_epoch_cur_elevation_model; |
13 ALTER TABLE bed_height_epoch DROP CONSTRAINT fk_epoch_old_elevation_model; | 13 ALTER TABLE bed_height_epoch DROP CONSTRAINT fk_epoch_old_elevation_model; |
14 ALTER TABLE bed_height_epoch DROP CONSTRAINT fk_epoch_range; | 14 ALTER TABLE bed_height_epoch DROP CONSTRAINT fk_epoch_range; |
15 ALTER TABLE depths DROP CONSTRAINT fk_depths_unit_id; | 15 ALTER TABLE depths DROP CONSTRAINT fk_depths_unit_id; |
16 ALTER TABLE sediment_density DROP CONSTRAINT fk_sd_depth_id; | 16 ALTER TABLE sediment_density DROP CONSTRAINT fk_sd_depth_id; |
17 ALTER TABLE sediment_density DROP CONSTRAINT fk_sd_unit_id; | |
17 ALTER TABLE sediment_density_values DROP CONSTRAINT fk_sdv_sediment_density_id; | 18 ALTER TABLE sediment_density_values DROP CONSTRAINT fk_sdv_sediment_density_id; |
18 ALTER TABLE sediment_density_values DROP CONSTRAINT fk_sdv_station_id; | |
19 | 19 |
20 DROP TABLE bed_height_type; | 20 DROP TABLE bed_height_type; |
21 DROP TABLE location_system; | 21 DROP TABLE location_system; |
22 DROP TABLE elevation_model; | 22 DROP TABLE elevation_model; |
23 DROP TABLE bed_height_single; | 23 DROP TABLE bed_height_single; |