Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Commit

Permalink
default for deleted: false
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehu committed Feb 26, 2012
1 parent 0fc1caa commit 844d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ schema.Territory = new Schema({
streets: [schema.Street],
donotvisit: [schema.DoNotVisit],
history: [schema.TerritoryHistory],
deleted: { type: Boolean, 'default': true },
deleted: { type: Boolean, 'default': false },
user_id: String
});

Expand Down

0 comments on commit 844d2b6

Please sign in to comment.