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-e38d7f27787aa416c1f51...

18 lines
394 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE rooms SET deleted_at = $2, deletion_source = $4, deleted_owner_id = $1 WHERE id = $3",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Timestamptz",
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "e38d7f27787aa416c1f5182f7f5f0c016b8ee2ec830c8f5bd7213e1b833b9388"
}