changeset 50:a7cb0c2c3dd7

An area will be processed on upload for bottlenecks (see SUC8).
author Tom Gottfried <tom@intevation.de>
date Mon, 07 May 2018 23:01:12 +0200
parents 521e5add3748
children bb81404e8ad1
files wamos.sql
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wamos.sql	Mon May 07 22:50:48 2018 +0200
+++ b/wamos.sql	Mon May 07 23:01:12 2018 +0200
@@ -90,6 +90,7 @@
        objnam varchar UNIQUE NOT NULL,
        nobjnm varchar UNIQUE,
        stretch isrsrange NOT NULL,
+       area geometry(POLYGON, 3146) NOT NULL,
        rb char(2) NOT NULL REFERENCES countries, -- from rb_lb in interface
        lb char(2) NOT NULL REFERENCES countries, -- from rb_lb in interface
        responsible_country char(2) NOT NULL REFERENCES countries,