diff backend/doc/schema/postgresql.sql @ 6011:d9a1cf0438a5

backout 6009:6ea171b6d8d2 because this was only really valid for fixations
author Tom Gottfried <tom@intevation.de>
date Mon, 13 May 2013 18:21:55 +0200
parents 6ea171b6d8d2
children d12f920bbf00
line wrap: on
line diff
--- a/backend/doc/schema/postgresql.sql	Mon May 13 17:48:32 2013 +0200
+++ b/backend/doc/schema/postgresql.sql	Mon May 13 18:21:55 2013 +0200
@@ -203,7 +203,7 @@
     description VARCHAR(256),
     position    int NOT NULL DEFAULT 0,
 
-    time_interval_id int NOT NULL REFERENCES time_intervals(id),
+    time_interval_id int REFERENCES time_intervals(id),
 
     UNIQUE (wst_id, name),
     UNIQUE (wst_id, position)

http://dive4elements.wald.intevation.org