From d920866b095d54d35aa6108b86c3426b01e091aa Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Tue, 23 Nov 2021 18:28:51 +0100 Subject: [PATCH] L2SS-406: typo fix --- docker-compose/timescaledb/resources/05_lofar_views.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/timescaledb/resources/05_lofar_views.sql b/docker-compose/timescaledb/resources/05_lofar_views.sql index 0cbb7af85..02cf878f2 100644 --- a/docker-compose/timescaledb/resources/05_lofar_views.sql +++ b/docker-compose/timescaledb/resources/05_lofar_views.sql @@ -10,7 +10,7 @@ select FROM att_array_devdouble aad join att_conf ac on aad.att_conf_id = ac.att_conf_id where aad.value_R is not null -and ac."domain" ='stat' and ac."family" ='sdp' and ac."member" ='1' +and ac."domain" ='stat' and ac."family" ='sdp' and ac."member" ='1' and ac."name"='fpga_temp_r' ORDER BY aad.data_time; -- SDP FPGA Mask @@ -22,7 +22,7 @@ select FROM att_array_devboolean aab join att_conf ac on aab.att_conf_id = ac.att_conf_id where aab.value_R is not null -and ac."domain" ='stat' and ac."family" ='sdp' and ac."member" ='1' +and ac."domain" ='stat' and ac."family" ='sdp' and ac."member" ='1' and ac."name"='tr_fpga_mask_r' ORDER BY aab.data_time; -- SDP Masked values (rounded to 1 second) -- GitLab