Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1240:2ef8b67bd68a
Replaced SERIALs with SEQUENCES in PostgreSQL spatial schema.
flys-backend/trunk@2642 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 02 Sep 2011 13:49:46 +0000 |
parents | 07882568cef8 |
children | f68a0504dfb6 |
comparison
equal
deleted
inserted
replaced
1239:07882568cef8 | 1240:2ef8b67bd68a |
---|---|
1 2011-09-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/postgresql-spatial.sql: Removed SERIALs from schema. | |
4 Auto-Increment is realized through SERIALs now. | |
5 | |
6 * src/main/java/de/intevation/flys/model/DGM.java: The table for dem has | |
7 been renamed to 'dem' (before 'dgm'). | |
8 | |
1 2011-09-01 Hans Plum <hans@intevation.de> | 9 2011-09-01 Hans Plum <hans@intevation.de> |
2 | 10 |
3 * doc/schema/postgresql-spatial.sql: | 11 * doc/schema/postgresql-spatial.sql: |
4 Hint for unifying table names: dgm -> dem | 12 Hint for unifying table names: dgm -> dem |
5 | 13 |