You've already forked AstralRinth
forked from didirus/AstralRinth
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE notifications\n SET read = TRUE\n WHERE id = ANY($1)\n RETURNING user_id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "user_id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "f775506213dbf4bf0ee05fd53c693412e3baae64b6dc0aead8082059f16755bc"
|
|
}
|