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.
15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE chat_moderation_jobs\n SET locked_at = NOW() - INTERVAL '1 hour'\n WHERE id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2e987e54f812f11348bf769e30059d52402685fa51ac5eb66d7e835bf304aaed"
|
|
}
|