Mercurial > dive4elements > river
diff flys-backend/doc/schema/postgresql-drop-spatial.sql @ 5146:d4fdd98a04f7
Add kind_id to river_axes table and add AxisKind object to model
There are currently three kinds: 0 for unkown, 1 for current,
2 for everything else.
Only current is used for calculation
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 28 Feb 2013 18:04:19 +0100 |
parents | 3d8000616ed5 |
children | 91f5908c472a |
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-drop-spatial.sql Thu Feb 28 17:12:46 2013 +0100 +++ b/flys-backend/doc/schema/postgresql-drop-spatial.sql Thu Feb 28 18:04:19 2013 +0100 @@ -44,5 +44,6 @@ DROP TABLE sobek_kinds; DROP TABLE sectie_kinds; DROP TABLE boundary_kinds; +DROP TABLE axis_kinds; COMMIT;