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-203352bfe2190049cb2a3...

18 lines
650 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE file_references\n SET released_at = COALESCE(released_at, CURRENT_TIMESTAMP),\n updated_at = CURRENT_TIMESTAMP\n WHERE reference_kind = $1\n AND reference_id = $2\n AND storage_backend = $3\n AND object_key = $4\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "203352bfe2190049cb2a3db0475237f200a2a2671ad53f4ce1e2dc1713e881a3"
}