This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica
Watch
1
Star
0
Fork
You've already forked habitica
0
mirror of
https://github.com/sudoxnym/habitica.git
synced
2026-07-26 13:22:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6ae14cc42f
habitica
/
migrations
/
new_stuff.js
1 line
63 B
JavaScript
Raw
Normal View
History
Unescape
Escape
migrate: flags.ads -> purchased.ads (boolean); flags.newStuff to boolean
2013-10-23 01:50:50 +00:00
db
.
users
.
update
(
{
}
,
{
$set
:
{
'flags.newStuff'
:
true
}
}
,
{
multi
:
true
}
)
Reference in a new issue
Copy permalink