mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Added uploadedAt and copies to be migrated when migrating CollectionFS to ostrio-files.
Thanks to xet7 ! Related https://github.com/wekan/wekan/issues/4891
This commit is contained in:
parent
af816fe50f
commit
0090734cd8
1 changed files with 2 additions and 0 deletions
|
|
@ -1281,6 +1281,8 @@ Migrations.add('migrate-attachments-collectionFS-to-ostrioFiles', () => {
|
||||||
cardId: fileObj.cardId,
|
cardId: fileObj.cardId,
|
||||||
listId: fileObj.listId,
|
listId: fileObj.listId,
|
||||||
swimlaneId: fileObj.swimlaneId,
|
swimlaneId: fileObj.swimlaneId,
|
||||||
|
uploadedAt: fileObj.uploadedAt,
|
||||||
|
copies: fileObj.copies,
|
||||||
source: 'import'
|
source: 'import'
|
||||||
},
|
},
|
||||||
userId,
|
userId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue