diff flys-backend/doc/schema/postgresql-drop-spatial.sql @ 4999:929ec3ed7dc2 dami

SCHEMA_CHANGE: Add lookup tables for sectie / sobek and boundary_kind
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 15 Feb 2013 12:38:25 +0100
parents 28f992c0f937
children 3d8000616ed5
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-drop-spatial.sql	Fri Feb 15 12:10:44 2013 +0100
+++ b/flys-backend/doc/schema/postgresql-drop-spatial.sql	Fri Feb 15 12:38:25 2013 +0100
@@ -27,9 +27,6 @@
 DROP TABLE catchment;
 DROP SEQUENCE CATCHMENT_ID_SEQ;
 
---DROP TABLE hws;
---DROP SEQUENCE HWS_ID_SEQ;
-
 DROP TABLE hws_points;
 DROP SEQUENCE HWS_POINTS_ID_SEQ;
 
@@ -50,5 +47,8 @@
 
 DROP TABLE fed_states;
 DROP TABLE hws_kinds;
+DROP TABLE sobek_kinds;
+DROP TABLE sectie_kinds;
+DROP TABLE boundary_kinds;
 
 COMMIT;

http://dive4elements.wald.intevation.org