* wip: fix user delete * add wrap_errs * delete more rows in user deletion * sqlx prepare
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM oauth_client_authorizations\n WHERE user_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "530b030fe1248d594718dce3a453baa08664677da4da57192795a9c1d86a6c88"
|
|
}
|