You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE versions\n SET downloads = $1\n WHERE (id = $2)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "06a92b638c77276f36185788748191e7731a2cce874ecca4af913d0d0412d223"
|
|
}
|