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: {
|
sourceHost: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
isAdmin: {
|
||||||
|
type: 'integer',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sessions: {
|
sessions: {
|
||||||
|
Reference in New Issue
Block a user