# HG changeset patch # User Tom Gottfried # Date 1525727138 -7200 # Node ID 70c6efae5a3dffa436b7ca20164d8fd9127c5722 # Parent bb81404e8ad1cb6ff3a7e650a49980bbae8543a2 Remove redundant stray attribute. diff -r bb81404e8ad1 -r 70c6efae5a3d wamos.sql --- 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,