Rename migration name on 108 to match file name

pull/10237/head
Aaron Ogle 8 years ago committed by GitHub
parent 85be1218e8
commit cba52f5302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/startup/migrations/v108.js

@ -1,5 +1,5 @@
RocketChat.Migrations.add({
version: 107,
version: 108,
up() {
const roles = RocketChat.models.Roles.find({
_id: { $ne: 'guest' },

Loading…
Cancel
Save