Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1201:4e1b475a8cba
Schema: Dropped unique constraint of x in a single line of a "Querprofil-Spur".
flys-backend/trunk@2306 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 15:05:30 +0000 |
parents | 7c88650ff548 |
children | 44581b40b968 |
comparison
equal
deleted
inserted
replaced
1200:7c88650ff548 | 1201:4e1b475a8cba |
---|---|
1 2011-07-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/schema/postgresql.sql: Dropped constraint that enforces the | |
4 uniquness of x in a "Querprofil-Spur". There are vertical lines | |
5 in the soundings so this constraint is violated. | |
6 | |
7 To update existing databases: | |
8 | |
9 ALTER TABLE cross_section_points DROP CONSTRAINT cross_section_points_cross_section_id_key2; | |
10 | |
1 2011-07-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 11 2011-07-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/importer/PRFParser.java: | 13 * src/main/java/de/intevation/flys/importer/PRFParser.java: |
4 Added a callback to be called from parsePRFs() if | 14 Added a callback to be called from parsePRFs() if |
5 a PRF was parsed successfully. Useful to scan whole | 15 a PRF was parsed successfully. Useful to scan whole |