mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 18:30:13 +01:00
Attachment Migration had wrong typed source
This commit is contained in:
parent
42b05b263d
commit
0e768ff363
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@ 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,
|
||||||
source: 'import,'
|
source: 'import'
|
||||||
},
|
},
|
||||||
userId,
|
userId,
|
||||||
size: fileSize,
|
size: fileSize,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue