Minor db struct changes

This commit is contained in:
mrfry 2021-05-26 16:10:58 +02:00
parent ca742fce80
commit 164e22d888
5 changed files with 3 additions and 12 deletions

View file

@ -40,7 +40,6 @@ function CreateDB() {
try {
dbtools.Insert(authDB, 'users', {
pw: uuidv4(),
oldCID: cid,
avaiblePWRequests: 4,
created: utils.GetDateString(),
})