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

16 lines
377 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE rooms\n SET deleted_at = $2, updated_at = $2\n WHERE id = $1 AND deleted_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Timestamptz"
]
},
"nullable": []
},
"hash": "e478be8e74309e84a0e854286c22b4fd212163501e8a249f9a6edb215134bd3f"
}