user shortDefinition

This commit is contained in:
arnaucode
2017-02-19 21:58:22 +01:00
parent 1609221d77
commit 339dd3e26c
3 changed files with 5 additions and 3 deletions

View File

@@ -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: {