From 72d70236eac464a143a9806570836c9bba52196c Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 10 Jan 2018 18:10:01 +0100 Subject: [PATCH] fix typos in migration to convert field for Apple subscribers --- migrations/20180110_nextPaymentProcessing.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/migrations/20180110_nextPaymentProcessing.js b/migrations/20180110_nextPaymentProcessing.js index 1e2afbd52e..b271210767 100644 --- a/migrations/20180110_nextPaymentProcessing.js +++ b/migrations/20180110_nextPaymentProcessing.js @@ -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');