This commit is contained in:
morteza-mortezai
2025-12-03 14:58:44 +03:30
parent 85b88c426c
commit 536944c51d
2 changed files with 20 additions and 2 deletions
+4
View File
@@ -26,6 +26,10 @@ const InstalledDeviceSchema = mongoose.Schema({
type: String,
default: ''
},
score: {
type: String,
default: ''
},
userId: {
type: String,
ref: 'UserGPS'