mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 05:26:38 -04:00
4 lines
No EOL
165 B
JavaScript
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}); |