Mercurial > dive4elements > river
diff flys-backend/doc/schema/postgresql-minfo.sql @ 5507:db6c7268b08e
Schema change: add shore offset to sediment density values and be more rigid with input files in parser
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Thu, 28 Mar 2013 16:41:30 +0100 |
parents | d459a885c51f |
children | 88cbe798cbab |
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-minfo.sql Thu Mar 28 15:55:34 2013 +0100 +++ b/flys-backend/doc/schema/postgresql-minfo.sql Thu Mar 28 16:41:30 2013 +0100 @@ -137,6 +137,7 @@ id int NOT NULL, sediment_density_id int NOT NULL, station NUMERIC NOT NULL, + shore_offset NUMERIC, density NUMERIC NOT NULL, description VARCHAR(256), year int,