[Dive4elements-commits] [PATCH] Corrected typo in field name
Wald Commits
scm-commit at wald.intevation.org
Tue Feb 19 09:44:54 CET 2013
# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1361263478 -3600
# Branch dami
# Node ID ee52faa6b7ac0b635a327dd685d7030c637f8f69
# Parent 4e5d209253dd19709e54cea8f333298299f61a7a
Corrected typo in field name
diff -r 4e5d209253dd -r ee52faa6b7ac flys-backend/doc/schema/postgresql-spatial.sql
--- 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,
More information about the Dive4elements-commits
mailing list