mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added more descriptive times of attachment migrations and uploads.
Thanks to xet7 ! Related https://github.com/wekan/wekan/issues/4891
This commit is contained in:
parent
aff94a6770
commit
f11650ece1
2 changed files with 3 additions and 1 deletions
|
|
@ -1281,7 +1281,8 @@ Migrations.add('migrate-attachments-collectionFS-to-ostrioFiles', () => {
|
|||
cardId: fileObj.cardId,
|
||||
listId: fileObj.listId,
|
||||
swimlaneId: fileObj.swimlaneId,
|
||||
uploadedAt: fileObj.uploadedAt,
|
||||
uploadedBeforeMigration: fileObj.uploadedAt,
|
||||
migrationTime: this.now(),
|
||||
copies: fileObj.copies,
|
||||
source: 'import'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue