mirror of https://github.com/synctv-org/synctv
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.
17 lines
551 B
JSON
17 lines
551 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM email_outbox\n WHERE (status = $2 OR (status = $3 AND cleanup_completed_at IS NOT NULL))\n AND COALESCE(sent_at, created_at)\n < NOW() - make_interval(secs => ($1::BIGINT)::DOUBLE PRECISION)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "070987b3530abe7d5e9a8598a686b9827a8d412982102a1242b5c6bdc2be4d4a"
|
|
}
|