mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
this upgrade script was written in 2018, not 2017, heh
This commit is contained in:
@@ -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}/;
|
||||
|
||||
Reference in New Issue
Block a user