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.
24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT completed_at IS NOT NULL FROM file_cleanup_jobs WHERE object_key = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "?column?",
|
|
"type_info": "Bool",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "b71825978070f6ab63ee64862bb68fdc85f245e7ccdcf855e28d2d05c1332e0f"
|
|
}
|