mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
|
|
|
||
|
|
|
||
|
|
exports.upgrade = function() {
|
||
|
|
console.log('upgrading nodebb now');
|
||
|
|
|
||
|
|
}
|