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
481 B
JSON
15 lines
481 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE notifications\n SET is_read = TRUE, updated_at = NOW()\n WHERE user_id = $1 AND is_read = FALSE\n AND created_at >= NOW() - INTERVAL '6 months'\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e515347fb8ec83b9db25309f822857b1bbb0637835dc722ee82aac901572d34e"
|
|
}
|