mirror of
https://github.com/vale981/Vulcan
synced 2025-03-13 05:46:38 -04:00
4 lines
No EOL
169 B
JavaScript
4 lines
No EOL
169 B
JavaScript
import { Posts } from '../../modules/posts/index.js';
|
|
|
|
Posts._ensureIndex({"status": 1, "isFuture": 1});
|
|
Posts._ensureIndex({"status": 1, "isFuture": 1, "postedAt": 1}); |