Disable migration attachment-cardCopy-fix-boardId-etc. Part 3.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-07-10 05:02:04 +03:00
parent 52d36d3780
commit 34fef627a1
2 changed files with 40 additions and 93 deletions

View file

@ -1421,6 +1421,7 @@ Migrations.add('migrate-attachment-migration-fix-source-import', () => {
);
});
/*
Migrations.add('attachment-cardCopy-fix-boardId-etc', () => {
Attachments.find( {"meta.source": "copy"} ).forEach(_attachment => {
const cardId = _attachment.meta.cardId;
@ -1437,3 +1438,4 @@ Migrations.add('attachment-cardCopy-fix-boardId-etc', () => {
}
});
});
*/