mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 20:16:31 +02:00
fixed date log
This commit is contained in:
@@ -989,7 +989,7 @@ Upgrade.upgrade = function(callback) {
|
||||
thisSchemaDate = Date.UTC(2015, 4, 7);
|
||||
if (schemaDate < thisSchemaDate) {
|
||||
updatesMade = true;
|
||||
winston.info('[2015/02/25] Upgrading uid mappings to sorted set');
|
||||
winston.info('[2015/05/07] Upgrading uid mappings to sorted set');
|
||||
|
||||
async.series([
|
||||
async.apply(upgradeHashToSortedSet, 'email:uid'),
|
||||
|
||||
Reference in New Issue
Block a user