lets not run the upgrade script everytime

v1.18.x
barisusakli 9 years ago
parent 46f2faaa05
commit a133374c0b

@ -305,7 +305,7 @@ Upgrade.upgrade = function(callback) {
function(next) {
thisSchemaDate = Date.UTC(2016, 0, 14);
if (schemaDate < thisSchemaDate || 1) {
if (schemaDate < thisSchemaDate) {
updatesMade = true;
winston.info('[2016/01/14] Creating user best post sorted sets');

Loading…
Cancel
Save