You've already forked AstralRinth
forked from didirus/AstralRinth
* fix(labrinth): ensure versions get removed from search indexes before ending route execution * chore: run `sqlx prepare` * chore(labrinth): simplify `remove_documents` a little * chore: tweak new comment
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE mods\n SET monetization_status = $1\n WHERE (id = $2)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "fa874e2c55995feaa5e0d3cd54db82b88af15477d616d0d3b3c6967b31d967f7"
|
|
}
|