mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 04:08:54 +00:00
feat(subscription): update migration
This commit is contained in:
parent
953c504867
commit
e7ee38758f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var _id = '';
|
|||
var update = {
|
||||
$addToSet: {
|
||||
'purchased.plan.mysteryItems':{
|
||||
$each:['head_mystery_201512','armor_mystery_201512']
|
||||
$each:['head_mystery_201601','shield_mystery_201601']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue