diff --git a/migrations/migration-runner.js b/migrations/migration-runner.js index bce68392e7..cc8d33e9b8 100644 --- a/migrations/migration-runner.js +++ b/migrations/migration-runner.js @@ -17,5 +17,5 @@ function setUpServer () { setUpServer(); // Replace this with your migration -const processUsers = require('./groups/reconcile-group-plan-members.js'); +const processUsers = require('./users/takeThis.js'); processUsers(); diff --git a/migrations/users/takeThis.js b/migrations/users/takeThis.js index 45dcd88939..f3dcabd381 100644 --- a/migrations/users/takeThis.js +++ b/migrations/users/takeThis.js @@ -1,4 +1,4 @@ -let migrationName = '20180801_takeThis.js'; // Update per month +let migrationName = '20180904_takeThis.js'; // Update per month let authorName = 'Sabe'; // in case script author needs to know when their ... let authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; // ... own data is done @@ -15,7 +15,7 @@ function processUsers (lastId) { // specify a query to limit the affected users (empty for all users): let query = { migration: {$ne: migrationName}, - challenges: {$in: ['081f8912-3526-47d5-984f-f71bbeec77fc']}, // Update per month + challenges: {$in: ['1044ec0c-4a85-48c5-9f36-d51c0c62c7d3']}, // Update per month }; if (lastId) { diff --git a/package-lock.json b/package-lock.json index b69c719a46..5fe2458ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.59.1", + "version": "4.60.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e771714693..f4594c26ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.59.1", + "version": "4.60.1", "main": "./website/server/index.js", "dependencies": { "@slack/client": "^3.8.1", diff --git a/website/client/app.vue b/website/client/app.vue index b11efd3cb1..295ff26a71 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -103,7 +103,7 @@ div