start writing user migration for challenge completion

This commit is contained in:
Michael Q Larson
2015-04-12 02:06:38 -04:00
parent 332d4f1875
commit f85804f270
2 changed files with 36 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ var userSchema = new mongoose.Schema({
default: ''
}
},
portfolio: {
website1Link: {
type: String,