Vulcan/packages/example-forum/lib/server/posts/indexes.js

4 lines
165 B
JavaScript
Raw Normal View History

2017-09-04 18:37:21 +09:00
import Posts from '../../modules/posts/index.js';
Posts._ensureIndex({"status": 1, "isFuture": 1});
Posts._ensureIndex({"status": 1, "isFuture": 1, "postedAt": 1});