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-1941f6974bea11860bb8b...

18 lines
445 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE rooms\n SET deleted_at = $2, updated_at = $2,\n deletion_source = $4, deleted_owner_id = $3\n WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Timestamptz",
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "1941f6974bea11860bb8bccc5226a258a1b8061e3a1548641298158975bfedcc"
}