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
345 B
JSON
16 lines
345 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM room_playback_progress WHERE room_id = $1 AND media_id = ANY($2)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8Array"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "bb794af6e27a499858a42469fcaa22a5a1276e4fe623b71cd709d4b1f2a97285"
|
|
}
|