forked from UKSOURCE/cms.hailearning.edu.vn
refactor: enhance admin dashboard and layout with blog management links
This commit is contained in:
@@ -91,7 +91,6 @@ const blogSchema = new mongoose.Schema({
|
||||
});
|
||||
|
||||
// Indexes
|
||||
blogSchema.index({ slug: 1 });
|
||||
blogSchema.index({ status: 1, createdAt: -1 });
|
||||
blogSchema.index({ category: 1, status: 1 });
|
||||
blogSchema.index({ isFeatured: 1, status: 1 });
|
||||
|
||||
Reference in New Issue
Block a user