fix wrong year on upgrade script

This commit is contained in:
Barış Soner Uşaklı
2018-09-21 23:13:44 -04:00
committed by GitHub
parent edefab1d69
commit 24601694db

View File

@@ -7,7 +7,7 @@ var async = require('async');
module.exports = {
name: 'Reformatting post diffs to be stored in lists and hash instead of single zset',
timestamp: Date.UTC(2017, 2, 15),
timestamp: Date.UTC(2018, 2, 15),
method: function (callback) {
var progress = this.progress;