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