Merge branch 'master' of github.com:wekan/wekan

This commit is contained in:
Lauri Ojansivu 2022-03-12 13:17:43 +02:00
commit 90be8ff936

View file

@ -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) {
}
});