diff flys-backend/doc/schema/postgresql-drop-spatial.sql @ 5127:3d8000616ed5 dami

Fix oracle-spatial creation script and posgresql drop script
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 28 Feb 2013 11:14:38 +0100
parents 929ec3ed7dc2
children d4fdd98a04f7
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-drop-spatial.sql	Thu Feb 28 10:09:31 2013 +0100
+++ b/flys-backend/doc/schema/postgresql-drop-spatial.sql	Thu Feb 28 11:14:38 2013 +0100
@@ -9,9 +9,6 @@
 DROP TABLE cross_section_tracks;
 DROP SEQUENCE CROSS_SECTION_TRACKS_ID_SEQ;
 
-DROP TABLE lines;
-DROP SEQUENCE LINES_ID_SEQ;
-
 DROP TABLE buildings;
 DROP SEQUENCE BUILDINGS_ID_SEQ;
 
@@ -24,9 +21,6 @@
 DROP TABLE dem;
 DROP SEQUENCE DEM_ID_SEQ;
 
-DROP TABLE catchment;
-DROP SEQUENCE CATCHMENT_ID_SEQ;
-
 DROP TABLE hws_points;
 DROP SEQUENCE HWS_POINTS_ID_SEQ;
 

http://dive4elements.wald.intevation.org