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
403 B
JSON
16 lines
403 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE file_upload_sessions SET expires_at = CURRENT_TIMESTAMP - INTERVAL '1 second' WHERE storage_backend = $1 AND upload_session_key = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "897488345957b6976d9d2af7e82f199c364f19daa399f43ec3016a0a6aa6ba0f"
|
|
}
|