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
484 B
JSON
17 lines
484 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE file_upload_sessions\n SET metadata = $3,\n updated_at = CURRENT_TIMESTAMP\n WHERE storage_backend = $1 AND upload_session_key = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"Jsonb"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "144581cd65d2fe30e2ad08c7ab433ad9f86003c3735b5b89bc6e34e891153c02"
|
|
}
|