Mercurial > dive4elements > river
diff backend/doc/schema/oracle-spatial_idx.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 |
line wrap: on
line diff
--- a/backend/doc/schema/oracle-spatial_idx.sql Tue Nov 04 17:09:04 2014 +0100 +++ b/backend/doc/schema/oracle-spatial_idx.sql Wed Nov 05 13:04:53 2014 +0100 @@ -17,7 +17,6 @@ CREATE INDEX floodmaps_spatial_idx ON floodmaps(GEOM) indextype IS MDSYS.SPATIAL_INDEX parameters ('LAYER_GTYPE=MULTIPOLYGON'); -CREATE INDEX gauge_location_idx ON gauge_location(GEOM) indextype IS MDSYS.SPATIAL_INDEX parameters ('LAYER_GTYPE=POINT'); CREATE INDEX hydr_boundaries_poly_idx ON hydr_boundaries_poly(GEOM) indextype IS MDSYS.SPATIAL_INDEX parameters ('LAYER_GTYPE=MULTIPOLYGON'); CREATE INDEX jetties_idx ON jetties(GEOM) indextype IS MDSYS.SPATIAL_INDEX parameters ('LAYER_GTYPE=POINT');