Files
AstralRinth/.sqlx/query-0eb293a353be47c61620922634cc339eda0e2422fcc602d7506c7cdf6152c928.json
Jackson Kruger 8803e11945 Upgrade to sqlx 0.7.2 (#736)
* Update to sqlx 0.7.2

* Somehow missed one (and remove queries from other branch)
2023-10-23 14:30:39 -05:00

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"
}