1
0
Files
AstralRinth/.sqlx/query-04e5ecb14c526000e9098efb65861f6125e6fcc88f39d6ad811ac8504d229de1.json
T
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

15 lines
347 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE mods\n SET icon_url = NULL, color = NULL\n WHERE (id = $1)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "04e5ecb14c526000e9098efb65861f6125e6fcc88f39d6ad811ac8504d229de1"
}