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