RocketChat.Migrations.add({ version: 34, up() { return RocketChat.models.Settings.update({ _id: 'Layout_Login_Header', value: '' }, { $set: { value: '' } }); } });