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
592 B
JSON
17 lines
592 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE email_outbox\n SET status = $2,\n locked_by = NULL,\n locked_at = NULL,\n next_attempt_at = NOW()\n WHERE status = $3\n AND locked_at < NOW() - make_interval(secs => ($1::BIGINT)::DOUBLE PRECISION)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "805a76e498fd9b4e307e8fc83e30428b13a2e91ee568928b38c685e1f2696a53"
|
|
}
|