Clear QC metadata when importing gun data.

Fixes #118.
This commit is contained in:
D. Berge
2021-05-26 00:30:58 +02:00
parent ad395aa6e4
commit 7aecb514db

View File

@@ -532,7 +532,7 @@ class Datastore:
qry = """
UPDATE raw_shots
SET meta = jsonb_set(meta, '{smsrc}', %s::jsonb, true)
SET meta = jsonb_set(meta, '{smsrc}', %s::jsonb, true) - 'qc'
WHERE sequence = %s AND point = %s;
"""