Skip to content

Commit b90d95c

Browse files
committed
update find query
1 parent fbfadfc commit b90d95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
This release fixes a critical issue where invalid zip files could result in the files not being uploaded correctly. To check to see if you are affected, please use the following query:
1010

1111
```
12-
db.uploads.find({"status": "CREATED", "contentType": "multi/files-zipped"})
12+
db.uploads.find({"status": "CREATED", "contentType": "application/x-zip-compressed"}, {"author.fullName": 1, "author.email": 1, "filename": 1, "uploadDate": 1, "length": 1})
1313
```
1414

1515
If any files are returned, you should check to see if these files affected and are missing from clowder.

0 commit comments

Comments
 (0)