- Message notify when 'Ask Info' and user is not logged
- Ask Info and Book show message if not logged - TableField fixed and added some features
This commit is contained in:
@@ -92,9 +92,6 @@ var UserSchema = new mongoose.Schema({
|
||||
perm: {
|
||||
type: Number
|
||||
},
|
||||
img: {
|
||||
type: String
|
||||
},
|
||||
ipaddr: {
|
||||
type: String,
|
||||
},
|
||||
@@ -110,7 +107,21 @@ var UserSchema = new mongoose.Schema({
|
||||
},
|
||||
lasttimeonline: {
|
||||
type: Date
|
||||
}
|
||||
},
|
||||
profile: {
|
||||
img: {
|
||||
type: String
|
||||
},
|
||||
cell: {
|
||||
type: String
|
||||
},
|
||||
dateofbirth: {
|
||||
type: Date,
|
||||
},
|
||||
sex: {
|
||||
type: Number,
|
||||
},
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user