admin/users: update username/name/email/admin status
This commit is contained in:
parent
bdd5eca9f1
commit
05373a2800
7 changed files with 202 additions and 50 deletions
|
|
@ -546,6 +546,16 @@
|
|||
},
|
||||
"query": "update users\n\nset paper_key = ?\n\nwhere id is ?"
|
||||
},
|
||||
"6ff12f357d884a50035d708577a7f3109a07a1ca193cb3082d13687af65c6de0": {
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"nullable": [],
|
||||
"parameters": {
|
||||
"Right": 2
|
||||
}
|
||||
},
|
||||
"query": "update users\n\nset is_admin = ?\n\nwhere id is ?"
|
||||
},
|
||||
"71c74369dc5d374d8ec5aa347b5f599728b74e545df3e986e3e7e66882f73ba0": {
|
||||
"describe": {
|
||||
"columns": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue