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:
@@ -62,6 +62,9 @@ const DbStruct = {
|
||||
sourceHost: {
|
||||
type: 'text',
|
||||
},
|
||||
isAdmin: {
|
||||
type: 'integer',
|
||||
},
|
||||
},
|
||||
},
|
||||
sessions: {
|
||||
|
Reference in New Issue
Block a user