mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Disable migration attachment-cardCopy-fix-boardId-etc. Part 3.
Thanks to xet7 !
This commit is contained in:
parent
52d36d3780
commit
34fef627a1
2 changed files with 40 additions and 93 deletions
|
@ -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', () => {
|
|||
}
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue