mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
improve notifications
This commit is contained in:
parent
28a01862d0
commit
b925b8e74d
9 changed files with 163 additions and 59 deletions
|
|
@ -333,3 +333,12 @@ Migrations.add('add-authenticationMethod', () => {
|
|||
},
|
||||
}, noValidateMulti);
|
||||
});
|
||||
|
||||
Migrations.add('remove-tag', () => {
|
||||
Users.update({
|
||||
}, {
|
||||
$unset: {
|
||||
'profile.tags':1,
|
||||
},
|
||||
}, noValidateMulti);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue