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
458 B
JSON
16 lines
458 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE file_objects\n SET deleting_at = COALESCE(deleting_at, CURRENT_TIMESTAMP)\n WHERE storage_backend = $1\n AND object_key = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e8bfdf5aee67b4885ff0595bc3b76887c7aebf11f4fb9239ba87df2df71df877"
|
|
}
|