You've already forked AstralRinth
forked from didirus/AstralRinth
* Fix download counts (#746) * Fix download counts * remove unsafe send * update indexing time * run prep * run prep again
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE mods\n SET downloads = downloads + 1\n WHERE id = ANY($1)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d08c9ef6a8829ce1d23d66f27c58f4b9b64f4ce985e60ded871d1f31eb0c818b"
|
|
}
|