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
545 B
JSON
17 lines
545 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO room_playback_state\n (room_id, playing_media_id, playing_playlist_id, target, current_progress_id,\n speed, is_playing, playback_generation, updated_at, version)\n VALUES ($1, $2, NULL, NULL, $3, 1.0, TRUE, 0, NOW(), 0)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "306d9c284ee7b378a79a4c1c9f05b0f23f4e23923ef40ef045f4ea91f0d2b0bf"
|
|
}
|