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-cf11377455c154d1c8d68...

16 lines
565 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE realtime_outbox\n SET status = $2,\n locked_by = NULL,\n locked_at = NULL,\n next_retry_at = NOW()\n WHERE status = 2\n AND locked_at < NOW() - ($1::BIGINT::TEXT || ' seconds')::INTERVAL\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "cf11377455c154d1c8d6861edea56edd6a6251f74615113f1b434e541a3ecda4"
}