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.
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM file_blob_parts WHERE storage_backend = $1 AND object_key = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "82f48e814d1e9c12530f189d9bdedefcc617d890d8e826fb71f523d5d80f658b"
|
|
}
|