You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-f56986130c4ae484f4c05...

17 lines
473 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE file_objects\n SET metadata = $3\n WHERE storage_backend = $1\n AND object_key = $2\n AND deleting_at IS NULL\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text",
"Jsonb"
]
},
"nullable": []
},
"hash": "f56986130c4ae484f4c054a16dce48ac0a374f00ec7267e453e10d33a6bf3e7a"
}