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.
19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE chat_messages\n SET deleted_at = $2, deletion_source = $3, deleted_owner_id = $4\n WHERE id = $1 AND created_at = $5",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Int2",
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "c4749af0313cbf1f69aac17f06d58963b7cf428826dde90ac460257f309db38b"
|
|
}
|