Vulcan/server/indexes.js

3 lines
88 B
JavaScript
Raw Normal View History

Posts._ensureIndex({"status": 1, "postedAt": 1});
Comments._ensureIndex({"postId": 1});