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.
30 lines
630 B
JSON
30 lines
630 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM room_playback_history\n WHERE room_id = $1 AND id = $2\n RETURNING id AS \"id!\"",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id!",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_playback_history",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "10240b18dcfdd6baf6fc5ecf3f1f11148915c58c6facecfd83aa37f372569fa6"
|
|
}
|