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.
15 lines
626 B
JSON
15 lines
626 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n UPDATE file_references fr\n SET expires_at = COALESCE(fr.expires_at, CURRENT_TIMESTAMP),\n updated_at = CURRENT_TIMESTAMP\n FROM media m\n WHERE m.id = ANY($1)\n AND (fr.id = m.cover_file_reference_id OR fr.id = m.thumbnail_file_reference_id)\n AND fr.released_at IS NULL\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8Array"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "cd6ecfd6100f735bce452dae9de6cd311a0f6538ed21b53bd3632c11db45eb25"
|
||
|
|
}
|