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:
parent
ca742fce80
commit
164e22d888
5 changed files with 3 additions and 12 deletions
|
@ -40,7 +40,6 @@ function CreateDB() {
|
|||
try {
|
||||
dbtools.Insert(authDB, 'users', {
|
||||
pw: uuidv4(),
|
||||
oldCID: cid,
|
||||
avaiblePWRequests: 4,
|
||||
created: utils.GetDateString(),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue