upd
This commit is contained in:
@@ -11,6 +11,9 @@ const activeSessionSchema = new Schema(
|
||||
buildName: {
|
||||
type: String,
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
},
|
||||
uePort: {
|
||||
type: Number,
|
||||
},
|
||||
@@ -23,6 +26,15 @@ const activeSessionSchema = new Schema(
|
||||
cirrusProcessId: {
|
||||
type: Number,
|
||||
},
|
||||
ownerIp: {
|
||||
type: String,
|
||||
},
|
||||
endAt: {
|
||||
type: Date || null,
|
||||
},
|
||||
localIP: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
{
|
||||
timestamps: true,
|
||||
|
||||
@@ -18,6 +18,9 @@ const sessionServerSchema = new Schema(
|
||||
gpuMemoryFree: {
|
||||
type: Number,
|
||||
},
|
||||
localIP: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
{
|
||||
timestamps: true,
|
||||
|
||||
Reference in New Issue
Block a user