Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 467:c8c09e31cdb8
Added new column 'kind' in discharge tables and wst to distinguish between different types.
flys-backend/trunk@1703 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 15 Apr 2011 10:31:15 +0000 |
parents | 8bd50b41dea6 |
children | 8d76556c9616 |
comparison
equal
deleted
inserted
replaced
466:8bd50b41dea6 | 467:c8c09e31cdb8 |
---|---|
1 2011-04-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/schema/postgresql.sql: Added new column 'kind' in | |
4 discharge tables and wst to distinguish between different | |
5 kinds like 'Haupt-WST', 'zusaetzliche Laengsschnitte', | |
6 'amtliche Daten' and so on. | |
7 | |
8 Update existing databases with: | |
9 BEGIN; | |
10 ALTER TABLE discharge_tables ADD COLUMN kind int NOT NULL DEFAULT 0; | |
11 ALTER TABLE wsts ADD COLUMN kind int NOT NULL DEFAULT 0; | |
12 END; | |
13 | |
14 * src/main/java/de/intevation/flys/model/DischargeTable.java | |
15 src/main/java/de/intevation/flys/model/Wst.java, | |
16 src/main/java/de/intevation/flys/importer/ImportWst.java, | |
17 src/main/java/de/intevation/flys/importer/ImportDischargeTable.java: | |
18 Adjusted the models. | |
19 | |
1 2011-04-15 Ingo Weinzierl <ingo@intevation.de> | 20 2011-04-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/backend/SessionHolder.java: Moved to | 22 * src/main/java/de/intevation/flys/backend/SessionHolder.java: Moved to |
4 this module from flys-artifacts. This is necessary to get access to the | 23 this module from flys-artifacts. This is necessary to get access to the |
5 current session in this module as well. | 24 current session in this module as well. |