Add missing migration

Closes #5197
pull/5276/head
Rodrigo Nascimento 9 years ago
parent 3205250f31
commit 4afb003cac
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 6
      server/startup/migrations/v071.1.js

@ -0,0 +1,6 @@
RocketChat.Migrations.add({
version: 71.1,
up: function() {
ServiceConfiguration.configurations.remove({});
}
});
Loading…
Cancel
Save