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.
19 lines
667 B
JSON
19 lines
667 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE email_outbox\n SET status = $4::SMALLINT,\n sent_at = NOW(),\n locked_by = NULL,\n locked_at = NULL,\n last_error = NULL\n WHERE id = $1\n AND locked_by = $2\n AND lock_version = $3\n AND status = $5\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"Int8",
|
|
"Int2",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "4bc424c811584576ab074405171fcf0cb1b22f61b56a80be984655cff35eb959"
|
|
}
|