You've already forked AstralRinth
forked from didirus/AstralRinth
8803e11945
* Update to sqlx 0.7.2 * Somehow missed one (and remove queries from other branch)
15 lines
493 B
JSON
15 lines
493 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE users\n SET trolley_account_status = NULL, trolley_id = NULL\n WHERE id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "382753714620109f2ad1a4cacbb6f699732db321a2dcb1f9d83e57332e32357d"
|
|
}
|