fix wrong year on upgrade script

v1.18.x
Barış Soner Uşaklı 6 years ago committed by GitHub
parent edefab1d69
commit 24601694db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save