mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
set correct progressCount in migration script
This commit is contained in:
parent
7a7fc831eb
commit
6e712fc0f9
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ var fields = {'migration':1,
|
|||
};
|
||||
|
||||
var progressCount = 1000;
|
||||
var progressCount = 1;
|
||||
var count = 0;
|
||||
liveUsers.findEach({ $and: [
|
||||
{ migration: {$ne:migrationName} },
|
||||
|
|
|
|||
Loading…
Reference in a new issue