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
429 B
JSON
16 lines
429 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM provider_playback_sessions\n WHERE id = $1 AND cleanup_fence = $2\n AND state IN (2, 3) AND cleanup_lease_until IS NOT NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5aab0a92a377fb74fceb6c7c2389ee384343462cd7d3cee226fb225979a3e658"
|
|
}
|