ezidam/crates/database/.sqlx/query-6ff12f357d884a50035d708577a7f3109a07a1ca193cb3082d13687af65c6de0.json
2023-11-15 20:10:40 +01:00

12 lines
271 B
JSON

{
"db_name": "SQLite",
"query": "update users\n\nset is_admin = ?\n\nwhere id is ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "6ff12f357d884a50035d708577a7f3109a07a1ca193cb3082d13687af65c6de0"
}