Skip to content
Snippets Groups Projects
Commit d920866b authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-406: typo fix

parent 85ad12df
No related branches found
No related tags found
1 merge request!190Resolve L2SS-406 "Grafana archiver"
...@@ -10,7 +10,7 @@ select ...@@ -10,7 +10,7 @@ select
FROM att_array_devdouble aad join att_conf ac FROM att_array_devdouble aad join att_conf ac
on aad.att_conf_id = ac.att_conf_id on aad.att_conf_id = ac.att_conf_id
where aad.value_R is not null 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; ORDER BY aad.data_time;
-- SDP FPGA Mask -- SDP FPGA Mask
...@@ -22,7 +22,7 @@ select ...@@ -22,7 +22,7 @@ select
FROM att_array_devboolean aab join att_conf ac FROM att_array_devboolean aab join att_conf ac
on aab.att_conf_id = ac.att_conf_id on aab.att_conf_id = ac.att_conf_id
where aab.value_R is not null 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; ORDER BY aab.data_time;
-- SDP Masked values (rounded to 1 second) -- SDP Masked values (rounded to 1 second)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment