mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(migration): include purchased fields
This commit is contained in:
parent
16b766beef
commit
d49736dd69
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ export default async function processGroups () {
|
|||
_id: 1,
|
||||
balance: 1,
|
||||
leader: 1,
|
||||
purchased: 1,
|
||||
};
|
||||
|
||||
while (true) { // eslint-disable-line no-constant-condition
|
||||
|
|
|
|||
Loading…
Reference in a new issue