comparison 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
comparison
equal deleted inserted replaced
5145:801175535406 5146:d4fdd98a04f7
42 DROP TABLE fed_states; 42 DROP TABLE fed_states;
43 DROP TABLE hws_kinds; 43 DROP TABLE hws_kinds;
44 DROP TABLE sobek_kinds; 44 DROP TABLE sobek_kinds;
45 DROP TABLE sectie_kinds; 45 DROP TABLE sectie_kinds;
46 DROP TABLE boundary_kinds; 46 DROP TABLE boundary_kinds;
47 DROP TABLE axis_kinds;
47 48
48 COMMIT; 49 COMMIT;

http://dive4elements.wald.intevation.org