upd
This commit is contained in:
@@ -5,7 +5,7 @@ const scheduledSessionSchema = new Schema(
|
||||
companyId: {
|
||||
type: Schema.Types.ObjectId,
|
||||
ref: "Company",
|
||||
required: true,
|
||||
// required: true,
|
||||
},
|
||||
buildId: {
|
||||
type: Schema.Types.ObjectId,
|
||||
@@ -36,6 +36,12 @@ const scheduledSessionSchema = new Schema(
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
adminInviteKey: {
|
||||
type: String,
|
||||
},
|
||||
userInviteKey: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
{
|
||||
timestamps: true,
|
||||
|
||||
Reference in New Issue
Block a user