fixed broken migration

This commit is contained in:
Aman-Maheshwari 2023-05-12 21:40:12 +05:30
parent dad5d2a905
commit 11162585ca

View file

@ -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'
},