mirror of
https://github.com/wekan/wekan.git
synced 2026-03-07 22:22:33 +01:00
update broke ability to mute notifications
This commit is contained in:
parent
5c588b2424
commit
41330b15dc
4 changed files with 15 additions and 15 deletions
|
|
@ -341,4 +341,12 @@ Migrations.add('remove-tag', () => {
|
|||
'profile.tags':1,
|
||||
},
|
||||
}, noValidateMulti);
|
||||
});
|
||||
|
||||
Migrations.add('remove-customFields-references-broken', () => {
|
||||
Cards.update(
|
||||
{'customFields.$value': null},
|
||||
{$pull: {customFields: {value: null}}},
|
||||
noValidateMulti,
|
||||
);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue