TopicSchema.getCollection().update({},
            {$unset: { sortOrder: 0 }},
            {multi: true, bypassCollection2: true});