Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 3953:fc32a4955087
Towards fix for issue863 (gaps in bedheight data).
flys-backend/trunk@5610 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 27 Sep 2012 10:15:10 +0000 |
parents | 5d8db3349b77 |
children | ffb2aac9a5b6 |
comparison
equal
deleted
inserted
replaced
3952:5d8db3349b77 | 3953:fc32a4955087 |
---|---|
1 2012-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Towards fix for issue863 (data gaps in bed height single values). | |
4 | |
5 * doc/schema/postgresql-minfo.sql, | |
6 doc/schema/oracle-minfo.sql: | |
7 Drop "NOT NULL" constraints on some single bed height value columns. | |
8 | |
1 2012-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2012-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/model/BedHeightSingle.java: | 11 * src/main/java/de/intevation/flys/model/BedHeightSingle.java: |
4 Replaced labeled continue by a simple break. | 12 Replaced labeled continue by a simple break. |
5 | 13 |