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.
synctv/.sqlx/query-73e678af114693487cf81...

15 lines
739 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE room_playback_state\n SET playing_media_id = NULL,\n playing_playlist_id = NULL,\n target = NULL,\n current_progress_id = NULL,\n speed = 1.0,\n is_playing = FALSE,\n playback_generation = playback_generation + 1,\n version = version + 1,\n updated_at = CURRENT_TIMESTAMP\n WHERE playing_playlist_id = ANY($1)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": []
},
"hash": "73e678af114693487cf81b1386b45ef94c44dc86d549e418a11cd3bd3f59dcce"
}