Skip to content

Commit

Permalink
Close #20 - Add USER collection attribute for signup timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bpred754 committed Jul 26, 2016
1 parent 1835a8f commit 2fa5c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://brianredd.com)",
"license": "GPL-3.0",
Expand Down
1 change: 1 addition & 0 deletions src/model/schema/USER.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
email: String,
username: String,
password: String,
signupDate: { type: Date, default: Date.now },
admin: Boolean,
sendGridId: String,
profileImg: String,
Expand Down

0 comments on commit 2fa5c18

Please sign in to comment.