p2p fixes

This commit is contained in:
mrfry 2023-03-26 19:11:07 +02:00
parent 2edc87d5dd
commit 16d6f04936
17 changed files with 707 additions and 582 deletions

View file

@ -39,14 +39,14 @@ const DBStruct = {
defaultZero: true,
},
created: {
type: 'text',
type: 'number',
notNull: true,
},
lastLogin: {
type: 'text',
type: 'number',
},
lastAccess: {
type: 'text',
type: 'number',
},
avaiblePWRequests: {
type: 'number',
@ -59,6 +59,9 @@ const DBStruct = {
createdBy: {
type: 'number',
},
sourceHost: {
type: 'text',
},
},
},
sessions: {
@ -80,11 +83,11 @@ const DBStruct = {
notNull: true,
},
createDate: {
type: 'text',
type: 'number',
notNull: true,
},
lastAccess: {
type: 'text',
type: 'number',
},
isScript: {
type: 'number',