parent
4953bb60e9
commit
0354f58dfc
@ -1,6 +1,6 @@ |
||||
RocketChat.Migrations.add({ |
||||
version: 100, |
||||
up() { |
||||
RocketChat.models.Subscriptions.update({$exists:{audioNotification:1}}, { $rename: { 'audioNotification': 'audioNotifications' } }); |
||||
RocketChat.models.Subscriptions.update({audioNotification:{$exists:1}}, { $rename: { 'audioNotification': 'audioNotifications' } }); |
||||
} |
||||
}); |
||||
|
||||
Loading…
Reference in new issue