Vulcan/packages/example-forum/lib/server/posts/indexes.js
2017-09-04 18:37:21 +09:00

4 lines
No EOL
165 B
JavaScript

import Posts from '../../modules/posts/index.js';
Posts._ensureIndex({"status": 1, "isFuture": 1});
Posts._ensureIndex({"status": 1, "isFuture": 1, "postedAt": 1});