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
472 B
JSON
16 lines
472 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE chat_messages SET deleted_at = NULL, deletion_source = NULL, deleted_owner_id = NULL, deleted_by = NULL, delete_reason = NULL, version = version + 1 WHERE deleted_owner_id = $1 AND deletion_source = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "f185248db097833d41e63fe60cec90e2c268f6f9c7df7c401861396dd0efa79d"
|
|
}
|