This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica-self-host
Watch
1
Star
0
Fork
You've already forked habitica-self-host
0
mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced
2026-04-14 19:47:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b00eec1b2e
habitica-self-host
/
migrations
/
command-line
/
apology_gems.js
2 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
start upgrading eslint
2019-10-08 14:57:10 +00:00
db
.
users
.
update
(
{
_id
:
{
$in
:
[
''
]
}
}
,
{
$inc
:
{
balance
:
0.5
}
}
,
{
multi
:
true
}
)
;
Reference in a new issue
Copy permalink