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.
synctv/.sqlx/query-33b93d28982b988436bde...

17 lines
418 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE chat_messages SET deleted_at = $2, deletion_source = COALESCE(deletion_source, $3) WHERE room_id = $1 AND deleted_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Timestamptz",
"Int2"
]
},
"nullable": []
},
"hash": "33b93d28982b988436bde43d4e0cf759de6188a74a97d91991c8151cf5ed5d96"
}