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-9f5de1c1b9d973a7a6583...

16 lines
424 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE auth_oauth2_identities SET deleted_at = CURRENT_TIMESTAMP, deletion_source = $2, updated_at = CURRENT_TIMESTAMP WHERE user_id = $1 AND deleted_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "9f5de1c1b9d973a7a6583a234327911db4b169a90a6c69c83f53ae491d1d1075"
}