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.
22 lines
803 B
JSON
22 lines
803 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE playback_source_metadata\n SET duration_status = $5,\n duration_error = $6,\n next_retry_at = $7,\n version = version + 1\n WHERE room_id = $1\n AND media_id IS NOT DISTINCT FROM $2\n AND playlist_id IS NOT DISTINCT FROM $3\n AND target_hash = $4\n AND version = $8\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Text",
|
|
"Int2",
|
|
"Text",
|
|
"Timestamptz",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "edad2809a341fccd4e32ad843754dcd0b7a4597f63cd128eada71bf233aa733e"
|
|
}
|