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