mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
p2p fixes
This commit is contained in:
parent
2edc87d5dd
commit
16d6f04936
17 changed files with 707 additions and 582 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue