start process of moving wiki over to field guide

This commit is contained in:
Michael Q Larson
2015-04-08 17:18:51 -07:00
parent 73b536de95
commit 7da6f69cd8
13 changed files with 153 additions and 154 deletions

View File

@@ -127,8 +127,8 @@ var userSchema = new mongoose.Schema({
verified: Boolean
}
],
completedWikis: [],
uncompletedWikis: [],
completedFieldGuides: [],
uncompletedFieldGuides: [],
currentStreak: {
type: Number,
default: 0