Mercurial > dive4elements > river
diff backend/doc/schema/postgresql-minfo.sql @ 8554:3a0522f1a532
Morphological width imported and stored with heights is redundant to table morphologic_width.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Mon, 16 Feb 2015 09:00:08 +0100 |
parents | ffbeffe2d266 |
children | 6d8d7425a6b5 |
line wrap: on
line diff
--- a/backend/doc/schema/postgresql-minfo.sql Mon Feb 16 08:39:06 2015 +0100 +++ b/backend/doc/schema/postgresql-minfo.sql Mon Feb 16 09:00:08 2015 +0100 @@ -69,7 +69,6 @@ uncertainty NUMERIC, data_gap NUMERIC, sounding_width NUMERIC, - width NUMERIC, PRIMARY KEY(id), UNIQUE (station, bed_height_single_id), CONSTRAINT fk_bed_single_values_parent FOREIGN KEY (bed_height_single_id) REFERENCES bed_height_single(id) ON DELETE CASCADE