mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-10 06:30:47 +01:00
Merge branch 'develop' into upgrades-refactor
This commit is contained in:
@@ -46,11 +46,11 @@ var Upgrade = {
|
||||
},
|
||||
{
|
||||
version: 'master', // rename this to whenever the next NodeBB version is (non-breaking)
|
||||
upgrades: ['sound_settings', 'post_votes_zset', 'config_urls_update'],
|
||||
upgrades: ['sound_settings', 'config_urls_update'],
|
||||
},
|
||||
{
|
||||
version: 'develop', // rename this to whatever the next NodeBB version is (breaking)
|
||||
upgrades: ['flags_refactor'],
|
||||
upgrades: ['flags_refactor', 'post_votes_zset'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user