mirror of
https://github.com/arnaucube/openEventsPlatformServer.git
synced 2026-02-06 19:26:39 +01:00
user shortDefinition
This commit is contained in:
@@ -19,6 +19,7 @@ var userSchema = new Schema({
|
||||
lastLogin: {type: Date, select: false},
|
||||
birthdate: {type: Date, select: false},
|
||||
}],
|
||||
shortDescription: { type: String },
|
||||
description: { type: String },
|
||||
img: { type: String, default: "https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" },
|
||||
contact: {
|
||||
|
||||
Reference in New Issue
Block a user