End Summer Splash 2016 (#7857)

* chore(event): end Summer Splash 2016

* fix(event): disable Seasonal Shop buys
This commit is contained in:
Sabe Jones
2016-08-01 17:47:46 -05:00
committed by GitHub
parent 60f34dafb0
commit 9a338ef1de
31 changed files with 4334 additions and 4438 deletions

View File

@@ -34,7 +34,7 @@ dbUsers.findEach(query, fields, {batchSize:250}, function(err, user) {
count++;
// specify user data to change:
var set = {'migration':migrationName, 'flags.newStuff':true};
var set = {'flags.newStuff':true};
dbUsers.update({_id:user._id}, {$set:set});