mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
Merge branch 'develop' into upgrades-refactor
re-added upgrade scripts from #5464
This commit is contained in:
@@ -46,7 +46,7 @@ var Upgrade = {
|
||||
},
|
||||
{
|
||||
version: 'master', // rename this to whenever the next NodeBB version is (non-breaking)
|
||||
upgrades: ['sound_settings', 'post_votes_zset'],
|
||||
upgrades: ['sound_settings', 'post_votes_zset', 'config_urls_update'],
|
||||
},
|
||||
{
|
||||
version: 'develop', // rename this to whatever the next NodeBB version is (breaking)
|
||||
|
||||
Reference in New Issue
Block a user