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
560 B
JSON
16 lines
560 B
JSON
|
1 month ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "UPDATE room_playback_history h SET position_seconds = $2\n FROM room_playback_state c\n WHERE c.room_id = $1\n AND h.room_id = c.room_id\n AND h.id = c.history_cursor_id\n AND h.created_at = c.history_cursor_created_at",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8",
|
||
|
|
"Float8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "5a54cd1fa9bad7eaf97ad85cdaef9e6e528f879a808e7521eeae519b929d48bb"
|
||
|
|
}
|