diff backend/doc/schema/oracle.sql @ 6143:6cdb3ee687a9

Schema change: remove UNIQUE-constraint which allows importing cross sections only from PRF
author Tom Gottfried <tom@intevation.de>
date Fri, 31 May 2013 17:24:22 +0200
parents 176664f84d86
children 573112007ec7
line wrap: on
line diff
--- a/backend/doc/schema/oracle.sql	Fri May 31 16:38:57 2013 +0200
+++ b/backend/doc/schema/oracle.sql	Fri May 31 17:24:22 2013 +0200
@@ -54,7 +54,6 @@
     y                       NUMBER(38,2) NOT NULL,
     cross_section_line_id   NUMBER(38,0) NOT NULL,
     PRIMARY KEY             (id),
-    UNIQUE (cross_section_line_id, col_pos)
 );
 
 

http://dive4elements.wald.intevation.org