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

15 lines
338 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE rooms SET last_activity_at = CURRENT_TIMESTAMP WHERE id = $1 AND deleted_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "cd26aec9face34265dfb91c40e21080d2d9c1b96c6d436ac43703ab8318581d7"
}