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-09cd7f97577e4bcd61b05...

18 lines
514 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE auth_oauth2_identities SET deleted_at = CURRENT_TIMESTAMP, deletion_source = $4, updated_at = CURRENT_TIMESTAMP WHERE user_id = $1 AND provider_instance_name = $2 AND provider_user_id = $3 AND deleted_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Text",
"Int2"
]
},
"nullable": []
},
"hash": "09cd7f97577e4bcd61b057b3652689f4e53feb7e3283befd3f5b9ab7f7b37959"
}