fix wrong year on upgrade script

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

@ -6,7 +6,7 @@ var async = require('async');
module.exports = {
name: 'Revising minimum password strength to 1 (from 0)',
timestamp: Date.UTC(2017, 1, 21),
timestamp: Date.UTC(2018, 1, 21),
method: function (callback) {
async.waterfall([
async.apply(db.getObjectField.bind(db), 'config', 'minimumPasswordStrength'),

Loading…
Cancel
Save