You've already forked AstralRinth
forked from didirus/AstralRinth
17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE organizations\n SET icon_url = $1, color = $2\n WHERE (id = $3)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Int4",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0eb293a353be47c61620922634cc339eda0e2422fcc602d7506c7cdf6152c928"
|
|
}
|