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-3f8fc675ee26adcf7ce86...

16 lines
422 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM notifications\n WHERE user_id = $1 AND id = $2\n AND created_at >= NOW() - INTERVAL '6 months'\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "3f8fc675ee26adcf7ce86688bad8070764ccf282cb6dc5867873b22e7768806b"
}