Do not QC online data.

It's kind of pointless at the moment (we will probably
want a separate QC for online data) and it may cause shots
to be, at least temporarily, flagged as having missing
gun data.

Closes #29.
This commit is contained in:
D. Berge
2020-10-06 18:34:33 +02:00
parent 83d966c4b7
commit dd9be0ea82

View File

@@ -53,6 +53,8 @@ async function byShot (client) {
INNER JOIN raw_shots_ij_error rse USING (sequence, point)
LEFT JOIN final_shots fs USING (sequence, point)
LEFT JOIN final_shots_ij_error fse USING (sequence, point)
WHERE
hash != '*online*'
--WHERE
-- NOT COALESCE(fs.meta, rsp.meta) ? 'qc'
-- OR COALESCE(fs.meta, rsp.meta) @? '$.qc.sbs'