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

4 lines
169 B
JavaScript
Raw Normal View History

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