mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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,
|
||||
listId: fileObj.listId,
|
||||
swimlaneId: fileObj.swimlaneId,
|
||||
uploadedAt: fileObj.uploadedAt,
|
||||
copies: fileObj.copies,
|
||||
source: 'import'
|
||||
},
|
||||
userId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue