mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
fixed broken migration
This commit is contained in:
parent
dad5d2a905
commit
11162585ca
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