Mercurial > dive4elements > river
diff flys-backend/doc/schema/postgresql.sql @ 1201:4e1b475a8cba
Schema: Dropped unique constraint of x in a single line of a "Querprofil-Spur".
flys-backend/trunk@2306 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 15:05:30 +0000 |
parents | 2b4de678e29a |
children | 44581b40b968 |
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql.sql Thu Jul 07 14:51:08 2011 +0000 +++ b/flys-backend/doc/schema/postgresql.sql Thu Jul 07 15:05:30 2011 +0000 @@ -280,7 +280,6 @@ col_pos int NOT NULL, x NUMERIC NOT NULL, y NUMERIC NOT NULL - UNIQUE (cross_section_id, x), UNIQUE (cross_section_id, col_pos) );