Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1025:02c327ffbad7
Datacage: Extended schema for artifacts and collections
to have creation times, too.
flys-artifacts/trunk@2484 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 10 Aug 2011 14:57:12 +0000 |
parents | 5cb84ceee2a0 |
children | a39511688679 |
comparison
equal
deleted
inserted
replaced
1024:ba88157c6aa3 | 1025:02c327ffbad7 |
---|---|
1 2011-08-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/conf/datacage.sql: Extended schema for artifacts and collections | |
4 to have creation times, too. | |
5 | |
6 To update existing databases: | |
7 | |
8 ALTER TABLE artifacts ADD COLUMN creation TIMESTAMP NOT NULL DEFAULT current_timestamp; | |
9 ALTER TABLE collections ADD COLUMN creation TIMESTAMP NOT NULL DEFAULT current_timestamp; | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: | |
12 Store creation times for artifacts and collections, too. | |
13 | |
14 * src/main/resources/datacage-sql/org-h2-driver.properties, | |
15 src/main/resources/datacage-sql/org-postgresql-driver.properties: | |
16 Adjusted SQL statements. | |
17 | |
18 2011-08-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
19 | |
20 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: | |
21 Make it compilable again (BackendListener interface changed). | |
22 | |
1 2011-08-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 23 2011-08-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 24 |
3 * doc/conf/meta-data-user.xml: Added grouping element around w/q of each | 25 * doc/conf/meta-data-user.xml: Added grouping element around w/q of each |
4 longitudinal section artifact. | 26 longitudinal section artifact. |
5 | 27 |