Mercurial > dive4elements > river
diff backend/doc/schema/postgresql-spatial.sql @ 5886:6a63456b99d9
Schema change, importer, i18n: additional field for federal state stations
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Tue, 30 Apr 2013 19:27:15 +0200 |
parents | 249b8766a178 |
children | dcc7a6c8b92c |
line wrap: on
line diff
--- a/backend/doc/schema/postgresql-spatial.sql Tue Apr 30 19:03:44 2013 +0200 +++ b/backend/doc/schema/postgresql-spatial.sql Tue Apr 30 19:27:15 2013 +0200 @@ -28,6 +28,7 @@ id int PRIMARY KEY NOT NULL, river_id int REFERENCES rivers(id) ON DELETE CASCADE, km FLOAT8 NOT NULL, + fedstate_km FLOAT8, name VARCHAR(64), path VARCHAR(256) );