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
486 B
JSON
16 lines
486 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n UPDATE file_upload_sessions\n SET completed_at = CURRENT_TIMESTAMP,\n updated_at = CURRENT_TIMESTAMP\n WHERE storage_backend = $1 AND upload_session_key = $2\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Text",
|
||
|
|
"Text"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "77dc7bcd859af55141414ad3da0a42cc8c1cbff89a0787b8995345141348ff82"
|
||
|
|
}
|