mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
added isadmin column to users db
This commit is contained in:
parent
d09b74ac4a
commit
0488d3be35
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ const DbStruct = {
|
|||
sourceHost: {
|
||||
type: 'text',
|
||||
},
|
||||
isAdmin: {
|
||||
type: 'integer',
|
||||
},
|
||||
},
|
||||
},
|
||||
sessions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue