mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -04:00
4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
![]() |
import Posts from '../../modules/posts/index.js';
|
||
|
|
||
|
Posts._ensureIndex({"status": 1, "isFuture": 1});
|
||
|
Posts._ensureIndex({"status": 1, "isFuture": 1, "postedAt": 1});
|