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