Mercurial > dive4elements > river
diff backend/doc/schema/postgresql-drop-spatial.sql @ 8466:cc53aae06303
Gauge locations are obsolete since a long time.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 05 Nov 2014 13:04:53 +0100 |
parents | 5aa05a7a34b7 |
children | c7b200fe343b |
line wrap: on
line diff
--- a/backend/doc/schema/postgresql-drop-spatial.sql Tue Nov 04 17:09:04 2014 +0100 +++ b/backend/doc/schema/postgresql-drop-spatial.sql Wed Nov 05 13:04:53 2014 +0100 @@ -36,9 +36,6 @@ DROP TABLE hydr_boundaries_poly; DROP SEQUENCE HYDR_BOUNDARIES_POLY_ID_SEQ; -DROP TABLE gauge_location; -DROP SEQUENCE GAUGE_LOCATION_ID_SEQ; - DROP TABLE fed_states; DROP TABLE hws_kinds; DROP TABLE sobek_kinds;