mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge pull request #4926 from Aman-Maheshwari/fix-broken-migration-attachements-collectionFs-to-ostrioFiles
Fixed broken migration migrate-attachments-collectionFS-to-ostrioFiles
This commit is contained in:
commit
5f21823c43
1 changed files with 1 additions and 1 deletions
|
@ -1287,7 +1287,7 @@ Migrations.add('migrate-attachments-collectionFS-to-ostrioFiles', () => {
|
|||
listId: fileObj.listId,
|
||||
swimlaneId: fileObj.swimlaneId,
|
||||
uploadedBeforeMigration: fileObj.uploadedAt,
|
||||
migrationTime: this.now(),
|
||||
migrationTime: new Date(),
|
||||
copies: fileObj.copies,
|
||||
source: 'import'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue