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
385 B
JSON
16 lines
385 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE file_objects SET created_at = CURRENT_TIMESTAMP - INTERVAL '2 days' WHERE storage_backend = $1 AND object_key = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "784a21645fcc142b7aa2534c7730141a5f43459d55fb4a2d4c7b0ae72402d6ee"
|
|
}
|