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-19f7351cff83275b67490...

16 lines
391 B
JSON

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