mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat(mystery): Migration
This commit is contained in:
parent
d4f8acd0ef
commit
55066480fb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var _id = '';
|
|||
var update = {
|
||||
$push: {
|
||||
'purchased.plan.mysteryItems':{
|
||||
$each:['head_mystery_201501','armor_mystery_201501']
|
||||
$each:['weapon_mystery_201502','headAccessory_mystery_201502']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue