[PATCH] This was obsolete since r5294
Wald Commits
scm-commit at wald.intevation.org
Fri Jan 31 19:58:17 CET 2014
# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1391194655 -3600
# Node ID f4e32ac4e55c1a51d4b2c210b8ee5a87a12d25bf
# Parent 714fda61b006f16b65729c8ad36fc8c58c05b238
This was obsolete since r5294.
diff -r 714fda61b006 -r f4e32ac4e55c backend/doc/schema/postgresql-spatial.sql
--- a/backend/doc/schema/postgresql-spatial.sql Thu Jan 23 17:48:55 2014 +0100
+++ b/backend/doc/schema/postgresql-spatial.sql Fri Jan 31 19:57:35 2014 +0100
@@ -244,8 +244,6 @@
source varchar(64)
);
SELECT AddGeometryColumn('floodmaps', 'geom', 31467, 'MULTIPOLYGON', 2);
-ALTER TABLE floodmaps DROP CONSTRAINT enforce_geotype_geom;
-ALTER TABLE floodmaps ADD CONSTRAINT enforce_geotype_geom CHECK (geometrytype(geom) = 'POLYGON'::text OR geometrytype(geom) = 'MULTIPOLYGON'::text);
ALTER TABLE floodmaps ALTER COLUMN id SET DEFAULT NEXTVAL('FLOODMAPS_ID_SEQ');
CREATE TABLE sectie_kinds (
More information about the Dive4elements-commits
mailing list