From 4b1adba9ec9a3428394e8d920f1ae0349044682e Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 14 Oct 2014 23:35:32 -0400 Subject: [PATCH] removed || 1 --- src/upgrade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upgrade.js b/src/upgrade.js index 4a46ecaf0f..606dcf722f 100644 --- a/src/upgrade.js +++ b/src/upgrade.js @@ -1123,7 +1123,7 @@ Upgrade.upgrade = function(callback) { } thisSchemaDate = Date.UTC(2014, 9, 14); - if (schemaDate < thisSchemaDate || 1) { + if (schemaDate < thisSchemaDate) { winston.info('[2014/10/14] Topic post count migration'); async.series([