# HG changeset patch
# User gernotbelger
# Date 1530875431 -7200
# Node ID 03427b89ba62a812af8867410674c17b454f3755
# Parent 5030c46d8cb4d9efac16388df7bbc55944263d81
Configured 'year' attributes on bed heights,certain waterlevels and fixation results; this is used in the intelligent datacage selection for waterlevels-soundings
diff -r 5030c46d8cb4 -r 03427b89ba62 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Fri Jul 06 13:09:54 2018 +0200
+++ b/artifacts/doc/conf/meta-data.xml Fri Jul 06 13:10:31 2018 +0200
@@ -646,6 +646,9 @@
+
+
+
@@ -1308,7 +1311,7 @@
-
+
@@ -1330,7 +1333,7 @@
-
+
@@ -1343,7 +1346,7 @@
-
+
@@ -1352,7 +1355,7 @@
-
+
@@ -1365,7 +1368,8 @@
-
+
+
@@ -1400,7 +1404,8 @@
-
+
+
@@ -1435,7 +1440,8 @@
-
+
+
@@ -1523,7 +1529,7 @@
-
+
@@ -1534,7 +1540,7 @@
-
+
@@ -1553,7 +1559,7 @@
-
+
@@ -1566,7 +1572,8 @@
-
+
+
@@ -2054,7 +2061,8 @@
-
+
+
@@ -2062,10 +2070,10 @@
-
+
-
+
@@ -2082,7 +2090,7 @@
-
+
@@ -2100,7 +2108,7 @@
-
+
@@ -3194,7 +3202,6 @@
-
@@ -3204,6 +3211,8 @@
wc.position AS wst_column_position,
wc.description AS info,
w.description AS wst_description,
+ ti.start_time AS start_time,
+ ti.stop_time AS stop_time,
COALESCE(wc.name, '') AS wst_column_name,
wr.a AS deffrom,
wr.b AS defto,
@@ -3211,6 +3220,7 @@
FROM wst_columns wc
JOIN wsts w ON wc.wst_id = w.id
JOIN wst_ranges wr ON wc.id = wr.wst_column_id
+ LEFT JOIN time_intervals ti ON wc.time_interval_id = ti.id
WHERE w.river_id = ${river_id} AND
NOT((${tokm} < wr.a) or (${fromkm} > wr.b))
ORDER BY wst_column_position