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-6b9522c41148131365285...

16 lines
417 B
JSON

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