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.
synctv/.sqlx/query-27fe70f96f46a869d3853...

15 lines
460 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE file_references fr SET expires_at = COALESCE(fr.expires_at, CURRENT_TIMESTAMP), updated_at = CURRENT_TIMESTAMP FROM users u WHERE u.id = $1 AND fr.id = u.avatar_file_reference_id AND fr.released_at IS NULL",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "27fe70f96f46a869d38537db2e10de108a602d5baa23c2ebbd4173292f984421"
}