Mercurial > dive4elements > river
changeset 5010:ee52faa6b7ac dami
Corrected typo in field name
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Tue, 19 Feb 2013 09:44:38 +0100 |
parents | 4e5d209253dd |
children | 514948fdae54 eecd1ebba128 |
files | flys-backend/doc/schema/postgresql-spatial.sql |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-spatial.sql Fri Feb 15 17:22:07 2013 +0100 +++ b/flys-backend/doc/schema/postgresql-spatial.sql Tue Feb 19 09:44:38 2013 +0100 @@ -173,7 +173,7 @@ river_id int REFERENCES rivers(id) ON DELETE CASCADE, name VARCHAR(256), path VARCHAR(256), - offical INT DEFAULT 0, + official INT DEFAULT 0, agency VARCHAR(256), range VARCHAR(256), shore_side INT DEFAULT 0, @@ -198,7 +198,7 @@ river_id int REFERENCES rivers(id) ON DELETE CASCADE, name VARCHAR, path VARCHAR, - offical INT DEFAULT 0, + official INT DEFAULT 0, agency VARCHAR, range VARCHAR, shore_side INT DEFAULT 0,