You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE threads\n SET show_in_mod_inbox = $1\n WHERE id = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Bool",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "49813a96f007216072d69468aae705d73d5b85dcdd64a22060009b12d947ed5a"
|
|
}
|