mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-01 04:09:51 +01:00
fix: upgrade script date
This commit is contained in:
@@ -7,7 +7,7 @@ var batch = require('../../batch');
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'Update moderation notes to hashes',
|
name: 'Update moderation notes to hashes',
|
||||||
timestamp: Date.UTC(2018, 3, 5),
|
timestamp: Date.UTC(2019, 3, 5),
|
||||||
method: function (callback) {
|
method: function (callback) {
|
||||||
var progress = this.progress;
|
var progress = this.progress;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user