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-a7447481e18b98d24d1b5...

16 lines
479 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE notifications\n SET is_read = TRUE, updated_at = NOW()\n WHERE user_id = $1 AND id = ANY($2)\n AND created_at >= NOW() - INTERVAL '6 months'\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8Array"
]
},
"nullable": []
},
"hash": "a7447481e18b98d24d1b51df2ce5a76e75f1be27538cd1cae3b1d84c81bdbf50"
}