You've already forked AstralRinth
forked from didirus/AstralRinth
* Update appropriate rows when removing a user * Update sqlx cache * Delete rows from payouts_values_notifications instead of make ghost user
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM payouts_values_notifications\n WHERE user_id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "713034d4968b290a0096e41b9da044f6760683cb89ff39255a177bb025e7638e"
|
|
}
|