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.
synctv/.sqlx/query-77dc7bcd859af55141414...

16 lines
486 B
JSON

{
"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"
}