diff flys-backend/doc/schema/postgresql-spatial.sql @ 5623:0aaed46a88be

Schema change: Allow longer strings in fixpoints.hpgp
author Tom Gottfried <tom@intevation.de>
date Tue, 09 Apr 2013 19:07:20 +0200
parents 4c4fed23693f
children b5553164fabf
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-spatial.sql	Tue Apr 09 19:04:32 2013 +0200
+++ b/flys-backend/doc/schema/postgresql-spatial.sql	Tue Apr 09 19:07:20 2013 +0200
@@ -88,7 +88,7 @@
     x        FLOAT8,
     y        FLOAT8,
     km       FLOAT8 NOT NULL,
-    HPGP     VARCHAR(2),
+    HPGP     VARCHAR(64),
     name     VARCHAR(64),
     path     VARCHAR(256)
 );

http://dive4elements.wald.intevation.org