Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 505:ce9c6f05f464
Schema: Added a column which tells if a river counts its km up or downwards.
flys-backend/trunk@1894 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 11 May 2011 08:44:14 +0000 |
parents | ee693b8fbb55 |
children | e451b08343d3 |
comparison
equal
deleted
inserted
replaced
504:ee693b8fbb55 | 505:ce9c6f05f464 |
---|---|
1 2011-05-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/schema/postgresql.sql: Added a column which tells | |
4 if a river counts its km up or downwards. | |
5 To update existing databases: | |
6 | |
7 ALTER TABLE rivers ADD COLUMN km_up BOOLEAN NOT NULL DEFAULT true; | |
8 | |
9 * src/main/java/de/intevation/flys/model/River.java: | |
10 Adjust Hibernate mapping of new column. | |
11 | |
1 2011-05-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 12 2011-05-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/importer/AtFileParser.java: | 14 * src/main/java/de/intevation/flys/importer/AtFileParser.java: |
4 Fixed flys/issue11 and flys51. | 15 Fixed flys/issue11 and flys51. |
5 | 16 |