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
345 B
JSON
16 lines
345 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE room_members SET version = version + 1 WHERE room_id = $1 AND user_id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d9c40cbcf2aa44d8f22243342008d5be94605b91c05a99108e4ce1c0e1973aef"
|
|
}
|