mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
wrong date
This commit is contained in:
@@ -480,7 +480,7 @@ Upgrade.upgrade = function (callback) {
|
||||
}
|
||||
},
|
||||
function (next) {
|
||||
thisSchemaDate = Date.UTC(2017, 1, 28);
|
||||
thisSchemaDate = Date.UTC(2017, 1, 27);
|
||||
var schemaName = '[2017/2/27] New sorted set posts:votes';
|
||||
|
||||
if (schemaDate < thisSchemaDate) {
|
||||
|
||||
Reference in New Issue
Block a user