preen-cron: remove the date, it's not a migration but a cron script

This commit is contained in:
Tyler Renelle 2013-06-14 16:09:55 -04:00
parent 38b4e3322e
commit 20196a9383

View file

@ -15,12 +15,6 @@ var un_registered = {
"auth.local": {$exists: false},
"auth.facebook": {$exists: false}
},
registered = {
$or: [
{ 'auth.local': { $exists: true }},
{ 'auth.facebook': { $exists: true }}
]
},
today = +new Date;
db.users.find(un_registered).forEach(function(user) {