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.
18 lines
579 B
JSON
18 lines
579 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO chat_message_idempotency (\n room_id, user_id, client_message_id, request_hash\n )\n VALUES ($1, $2, $3, $4)\n ON CONFLICT (room_id, user_id, client_message_id) DO NOTHING\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "eadc217379f3723ef4d3823532c20a30e3ebe4efab12be73c17dd242cc4bb63e"
|
|
}
|