Mercurial > dive4elements > river
diff flys-backend/doc/schema/oracle-drop-spatial.sql @ 2861:b0132e1b9719
Added further shape importers and added the option to reproject shapes during the import process.
flys-backend/trunk@4342 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 May 2012 14:19:52 +0000 |
parents | 89b097c8ebd7 |
children | 998f1a7dcfde |
line wrap: on
line diff
--- a/flys-backend/doc/schema/oracle-drop-spatial.sql Wed May 02 08:49:57 2012 +0000 +++ b/flys-backend/doc/schema/oracle-drop-spatial.sql Thu May 03 14:19:52 2012 +0000 @@ -51,3 +51,13 @@ DELETE FROM USER_SDO_GEOM_METADATA WHERE TABLE_NAME = 'FLOODMAPS'; DROP TRIGGER floodmaps_trigger; DROP SEQUENCE FLOODMAPS_ID_SEQ; + +DROP TABLE hydr_boundaries; +DELETE FROM USER_SDO_GEOM_METADATA WHERE TABLE_NAME = 'hydr_boundaries'; +DROP TRIGGER hydr_boundaries_trigger; +DROP SEQUENCE HYDR_BOUNDARIES_ID_SEQ; + +DROP TABLE hydr_boundaries_poly; +DELETE FROM USER_SDO_GEOM_METADATA WHERE TABLE_NAME = 'hydr_boundaries_poly'; +DROP TRIGGER hydr_boundaries_poly_trigger; +DROP SEQUENCE HYDR_BOUNDARIES_POLY_ID_SEQ;