updates from feedback

This commit is contained in:
2024-11-25 21:54:39 -06:00
parent e9d54a83f5
commit 4d89ca3ca5
20 changed files with 487 additions and 59 deletions

View File

@ -0,0 +1,12 @@
{
"db_name": "MySQL",
"query": "UPDATE users SET actions_allowed = ?, about = ?, pronouns = ? WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "2967f5a9c1de51c929ce5c2e4f8caab31e80b2c3425275cdb6f73de4d56c0464"
}