update project
This commit is contained in:
@@ -49,6 +49,12 @@ const companySchema = new mongoose.Schema({
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
metrics: {
|
||||
type: {
|
||||
profileViews: { type: Number, default: 0 }
|
||||
},
|
||||
default: {}
|
||||
},
|
||||
createdAt: {
|
||||
type: Date,
|
||||
default: Date.now
|
||||
|
||||
Reference in New Issue
Block a user