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