mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
add .id back to task schema
This commit is contained in:
parent
8a9059aabf
commit
ba8a8d2494
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ var _ = require('lodash');
|
|||
|
||||
var TaskSchema = {
|
||||
_id:{type: String,'default': helpers.uuid},
|
||||
id: String,
|
||||
history: Array, // [{date:Date, value:Number}], // this causes major performance problems
|
||||
text: String,
|
||||
notes: {type: String, 'default': ''},
|
||||
|
|
|
|||
Loading…
Reference in a new issue