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-560066145330977711399...

16 lines
491 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE media\n SET deleted_at = CURRENT_TIMESTAMP,\n deletion_source = $2,\n version = version + 1\n WHERE id = $1 AND deleted_at IS NULL\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "5600661453309777113995d3064644655db437327cc18852eae8607b1ad3c796"
}