Files
AstralRinth/apps/labrinth/.sqlx/query-c4b78e945e3ae4976f274e8b8f5fd945e34fcdef00ca80005be7ae235de21df0.json
Emma Alexia 50a87ba933 Fix user deletion (again) (again) (notifications_deliveries) (#5112)
Doesn't seem to work fully with notification IDs, not sure why.
2026-01-13 22:25:00 +00:00

15 lines
356 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM notifications_deliveries\n WHERE user_id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "c4b78e945e3ae4976f274e8b8f5fd945e34fcdef00ca80005be7ae235de21df0"
}