diff --git a/package.json b/package.json index 45c9d26..65be63c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "augeo", - "version": "0.3.2", + "version": "0.3.3", "description": "Web application written with the MEAN stack that uses Natural Language Processing to classify a user's internet activity into different skills. In a nutshell, Augeo is the gamification of life.", "author": "Brian Redd (http://brianredd.com)", "license": "GPL-3.0", diff --git a/src/model/schema/USER.js b/src/model/schema/USER.js index 08d58d7..8c1668a 100755 --- a/src/model/schema/USER.js +++ b/src/model/schema/USER.js @@ -61,6 +61,7 @@ email: String, username: String, password: String, + signupDate: { type: Date, default: Date.now }, admin: Boolean, sendGridId: String, profileImg: String,