Skip to content
Snippets Groups Projects
Commit 47116651 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

fix broken migration

parent 60bef0aa
No related branches found
No related tags found
No related merge requests found
Meteor.startup ->
Migrations.add
version: 22
version: 23
up: ->
RocketChat.models.Settings.remove { _id: 'Accounts_denyUnverifiedEmails' }
console.log 'Deleting not used setting Accounts_denyUnverifiedEmails'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment