Add deploy steps

This commit is contained in:
Thibault Duplessis 2012-05-20 22:46:04 +02:00
parent 5e0563bda7
commit 5f5da3207f

5
todo
View file

@ -21,3 +21,8 @@ prevent round watcher/player response client caching
next deploy:
db.user.update({},{$unset:{isOnline: true}}, false, true)
db.user.update({},{$unset:{gameConfigs: true}}, false, true)
db.user.update({},{$unset:{email: true}}, false, true)
db.user.dropIndex("emailCanonical_1")
db.user.update({},{$unset:{emailCanonical: true}}, false, true)
db.user.update({},{$unset:{updatedAt: true}}, false, true)