diff backend/doc/schema/postgresql.sql @ 6817:63a24b4fbebf double-precision

fixed syntax errors in Postgres-schema.
author Tom Gottfried <tom@intevation.de>
date Mon, 12 Aug 2013 18:12:14 +0200
parents 3b93f439e954
children 5ce6a3d7d632
line wrap: on
line diff
--- 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

http://dive4elements.wald.intevation.org