mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 07:26:13 +02:00
fix wrong year on upgrade script
This commit is contained in:
committed by
GitHub
parent
edefab1d69
commit
24601694db
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user