mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 09:52:20 +00:00
Merge remote-tracking branch 'upstream/develop' into fix-chat-visibility-2015-01-13
This commit is contained in:
commit
86c25085fc
1 changed files with 5 additions and 0 deletions
5
migrations/current_period_end.js
Normal file
5
migrations/current_period_end.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// mongo habitrpg ./node_modules/moment/moment.js ./migrations/current_period_end.js
|
||||
db.users.update(
|
||||
{_id:''},
|
||||
{$set:{'purchased.plan.dateTerminated':moment().add({days:7}).toDate()}}
|
||||
)
|
||||
Loading…
Reference in a new issue