mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
closes #6819
This commit is contained in:
@@ -41,6 +41,7 @@ var steps = {
|
|||||||
handler: function (next) {
|
handler: function (next) {
|
||||||
async.series([
|
async.series([
|
||||||
db.init,
|
db.init,
|
||||||
|
require('../meta').configs.init,
|
||||||
upgrade.run,
|
upgrade.run,
|
||||||
], next);
|
], next);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user