changeset 52:70c6efae5a3d

Remove redundant stray attribute.
author Tom Gottfried <tom@intevation.de>
date Mon, 07 May 2018 23:05:38 +0200
parents bb81404e8ad1
children 6e8d571c720e
files wamos.sql
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wamos.sql	Mon May 07 23:05:12 2018 +0200
+++ b/wamos.sql	Mon May 07 23:05:38 2018 +0200
@@ -123,7 +123,6 @@
        date_info date NOT NULL,
        PRIMARY KEY (bottleneck_id, date_info),
        area geometry(POLYGON, 3146) NOT NULL,
-       type int, -- XX: Check SRS/test data what this should be
        surtyp varchar NOT NULL REFERENCES survey_types,
        coverage varchar NOT NULL REFERENCES coverage_types,
        depth_reference char(3) NOT NULL REFERENCES depth_references,