You've already forked AstralRinth
forked from didirus/AstralRinth
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE organizations\n SET icon_url = NULL, raw_icon_url = NULL, color = NULL\n WHERE (id = $1)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6ae142b226a035ebdb35fe53930e298e24ab4d07e10881f24cdaa7f373b41797"
|
|
}
|