move oAuth migration from 69 to 70

pull/3652/merge
Gabriel Engel 10 years ago
parent faf1719d6f
commit cdb1cc8894
  1. 2
      server/startup/migrations/v070.js

@ -1,5 +1,5 @@
RocketChat.Migrations.add({
version: 69,
version: 70,
up: function() {
const settings = RocketChat.models.Settings.find({ _id: /^Accounts_OAuth_Custom_.+/ }).fetch();
for (const setting of settings) {
Loading…
Cancel
Save