this upgrade script was written in 2018, not 2017, heh

This commit is contained in:
Julian Lam
2018-07-26 11:02:38 -04:00
parent c7d6cacd98
commit 48197e2d25

View File

@@ -9,7 +9,7 @@ var nconf = require('nconf');
module.exports = {
name: 'Hash all IP addresses stored in Recent IPs zset',
timestamp: Date.UTC(2017, 5, 22),
timestamp: Date.UTC(2018, 5, 22),
method: function (callback) {
const progress = this.progress;
var hashed = /[a-f0-9]{32}/;