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