mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Minor db struct changes
This commit is contained in:
@@ -40,7 +40,6 @@ function CreateDB() {
|
||||
try {
|
||||
dbtools.Insert(authDB, 'users', {
|
||||
pw: uuidv4(),
|
||||
oldCID: cid,
|
||||
avaiblePWRequests: 4,
|
||||
created: utils.GetDateString(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user