mirror of https://github.com/synctv-org/synctv
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.
17 lines
442 B
JSON
17 lines
442 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE playlists SET deleted_at = $2, deletion_source = COALESCE(deletion_source, $3), version = version + 1 WHERE id = ANY($1) AND deleted_at IS NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array",
|
|
"Timestamptz",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "75b397a4c143b461fdd9c7f6e8fc7a2fb7d384cec7637946492ae29db442a944"
|
|
}
|