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.
16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE playlists SET deleted_at = CURRENT_TIMESTAMP, deletion_source = $2, version = version + 1 WHERE id = ANY($1) AND deleted_at IS NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "f6997e57f8294eb3629df085b15d7ec9bb5d2d4bccb463e095b7fc8fc7988eb9"
|
|
}
|