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.
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE file_blob_parts\n SET object_key = $3\n WHERE storage_backend = $1 AND object_key = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e40cbb65552a64bf3df93f5229043288b24d48e8bb7666d77017705b6483ebd8"
|
|
}
|