New :
Send SMS after 3 days to user for register sim card
This commit is contained in:
@@ -17,6 +17,10 @@ const InstalledDeviceSchema = mongoose.Schema({
|
||||
},
|
||||
registerDate: Date,
|
||||
installationDate: Date,
|
||||
check:{
|
||||
type:Boolean,
|
||||
default:false
|
||||
},
|
||||
userId: {
|
||||
type: String,
|
||||
ref: 'UserGPS'
|
||||
|
||||
Reference in New Issue
Block a user