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