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-45c31347c935dea83fa8e...

17 lines
519 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE media SET deleted_at = COALESCE(deleted_at, CURRENT_TIMESTAMP), deletion_source = COALESCE(deletion_source, $3), deleted_owner_id = COALESCE(deleted_owner_id, $2), version = version + 1 WHERE id = ANY($1) AND deleted_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8Array",
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "45c31347c935dea83fa8e85b9b0559bd14e86f950ca9dd6bcbde4115b7f13a4f"
}