mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
preen-cron: remove the date, it's not a migration but a cron script
This commit is contained in:
parent
38b4e3322e
commit
20196a9383
1 changed files with 0 additions and 6 deletions
|
|
@ -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) {
|
||||
Loading…
Reference in a new issue