This commit is contained in:
Barış Soner Uşaklı
2017-03-23 10:58:17 +03:00
parent 4b3dcd1a02
commit fe27d40ff6
7 changed files with 115 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ var Upgrade = {
},
{
version: 'develop', // rename this to whatever the next NodeBB version is (breaking)
upgrades: ['flags_refactor', 'post_votes_zset'],
upgrades: ['flags_refactor', 'post_votes_zset', 'moderation_history_refactor'],
},
],
};