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-8602dc68e94982597dafa...

15 lines
413 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM notifications\n WHERE is_read = TRUE\n AND created_at < CURRENT_TIMESTAMP - make_interval(days => $1)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": []
},
"hash": "8602dc68e94982597dafaedd42cda2123baf3ea6efc3dc5e3a2634b2003c7337"
}