hostr/test/fixtures/mongo-file.js

6 lines
75 B
JavaScript
Raw Normal View History

2015-07-09 23:01:43 +01:00
db.files.createIndex({
"owner": 1,
"status": 1,
"time_added": -1
});