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

16 lines
400 B
JSON

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