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-40c88728aef49462472c9...

16 lines
500 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 playlist_id = $1 AND deleted_at IS NULL\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "40c88728aef49462472c91c34e9657e0cdde262bdc0d6074ecf4f76a19f636de"
}