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
498 B
JSON
17 lines
498 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM chat_message_operation_idempotency\n WHERE room_id = $1\n AND user_id = $2\n AND client_operation_id = $3\n AND event_id IS NULL\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6bee42af1c86b29d0855fb7093f87fa88dd51faa5cf8e3a1cbc95134a26d03e1"
|
|
}
|