[PATCH] fixed syntax errors in Postgres-schema
Wald Commits
scm-commit at wald.intevation.org
Mon Aug 12 18:12:17 CEST 2013
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1376323934 -7200
# Branch double-precision
# Node ID 63a24b4fbebf358eff98475683d05c50fcdafcfd
# Parent a3c4f094707ec4a65be014d38c0dce0bb286dca5
fixed syntax errors in Postgres-schema.
diff -r a3c4f094707e -r 63a24b4fbebf backend/doc/schema/postgresql-minfo.sql
--- a/backend/doc/schema/postgresql-minfo.sql Mon Aug 12 08:27:21 2013 +0200
+++ b/backend/doc/schema/postgresql-minfo.sql Mon Aug 12 18:12:14 2013 +0200
@@ -247,7 +247,7 @@
name VARCHAR(64) NOT NULL,
lower NUMERIC,
upper NUMERIC,
- PRIMARY KEY (id),
+ PRIMARY KEY (id)
);
diff -r a3c4f094707e -r 63a24b4fbebf backend/doc/schema/postgresql.sql
--- a/backend/doc/schema/postgresql.sql Mon Aug 12 08:27:21 2013 +0200
+++ b/backend/doc/schema/postgresql.sql Mon Aug 12 18:12:14 2013 +0200
@@ -325,7 +325,7 @@
cross_section_line_id int NOT NULL REFERENCES cross_section_lines(id) ON DELETE CASCADE,
col_pos int NOT NULL,
x NUMERIC NOT NULL,
- y NUMERIC NOT NULL,
+ y NUMERIC NOT NULL
);
-- Indices for faster access of the points
More information about the Dive4elements-commits
mailing list