mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix typos in migration to convert field for Apple subscribers
This commit is contained in:
parent
ee2fc8c763
commit
72d70236ea
1 changed files with 1 additions and 5 deletions
|
|
@ -1,9 +1,5 @@
|
|||
var migrationName = '20180110_nextPaymentProcessing.js';
|
||||
var authorName = 'paglias'; // in case script author needs to know when their ...
|
||||
var authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; //... own data is done
|
||||
|
||||
/*
|
||||
* Convert purchased.plan.nextPaymentProcessing from a double to a date field
|
||||
* Convert purchased.plan.nextPaymentProcessing from a double to a date field for Apple subscribers
|
||||
*/
|
||||
|
||||
var monk = require('monk');
|
||||
|
|
|
|||
Loading…
Reference in a new issue