You've already forked AstralRinth
forked from didirus/AstralRinth
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE threads\n SET show_in_mod_inbox = FALSE\n WHERE id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8f5e2a570cf35b2d158182bac37fd40bcec277bbdeddaece5efaa88600048a70"
|
|
}
|