mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Merge branch 'master' of github.com:wekan/wekan
This commit is contained in:
commit
90be8ff936
1 changed files with 4 additions and 1 deletions
|
@ -1278,5 +1278,8 @@ Migrations.add('migrate-avatars-collectionFS-to-ostrioFiles', () => {
|
|||
});
|
||||
|
||||
Migrations.add('migrate-attachment-drop-index-cardId', () => {
|
||||
Attachments.collection._dropIndex({'cardId': 1});
|
||||
try {
|
||||
Attachments.collection._dropIndex({'cardId': 1});
|
||||
} catch (error) {
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue