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
423 B
JSON
17 lines
423 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE room_playback_state\n SET history_cursor_id = $2, history_cursor_created_at = $3\n WHERE room_id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b3a4c933d63bcad2c3e4f1bb3a36d29f8cad539afe0ed151b9b3f1e5dd25edce"
|
|
}
|