Fix Bug | relocate data | set basic filter

This commit is contained in:
Mr Swift
2024-08-11 18:50:30 +03:30
parent 9769e2cf63
commit ad04de7832
5 changed files with 42 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@ const InstalledDeviceSchema = mongoose.Schema({
type: String,
ref: "Device"
},
IMEI:String,
status: {
type: Number,
enum: [
+1
View File
@@ -5,6 +5,7 @@ const ScoreSchema = mongoose.Schema({
type: String,
ref: 'Device'
},
title:String,
score: {
type: Number,
min: 0