mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
@@ -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;
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user