Mercurial > dive4elements > river
diff backend/doc/schema/postgresql.sql @ 6502:3b93f439e954 double-precision
Schema change: add new field 'source' to wst_columns, currently only for official lines
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Fri, 28 Jun 2013 16:58:46 +0200 |
parents | 0711ce5ca701 |
children | 63a24b4fbebf |
line wrap: on
line diff
--- a/backend/doc/schema/postgresql.sql Thu Jun 27 18:08:41 2013 +0200 +++ b/backend/doc/schema/postgresql.sql Fri Jun 28 16:58:46 2013 +0200 @@ -201,6 +201,7 @@ wst_id int NOT NULL REFERENCES wsts(id) ON DELETE CASCADE, name VARCHAR(256) NOT NULL, description VARCHAR(256), + source VARCHAR(256), position int NOT NULL DEFAULT 0, time_interval_id int REFERENCES time_intervals(id),