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