Revert "feat(todo_archive)" (see http://goo.gl/mCygbz)

This commit is contained in:
Tyler Renelle
2014-05-15 23:47:38 -06:00
parent 01c9307cd1
commit e77f667a98
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -73,7 +73,6 @@ var TodoSchema = new Schema(
_.defaults({
type: {type:String, 'default': 'todo'},
completed: {type: Boolean, 'default': false},
archived: {type: Boolean, 'default': false},
dateCompleted: Date,
date: String, // due date for todos // FIXME we're getting parse errors, people have stored as "today" and "3/13". Need to run a migration & put this back to type: Date
collapseChecklist:collapseChecklist,