tractatus/src/models
TheFlow 4ac0b867e7 fix(models): remove duplicate schema indexes for clean startup
- GovernanceRule: Remove duplicate category index (uses compound index)
- VerificationLog: Remove duplicate verifiedAt index (uses compound + TTL)
- VariableValue: Remove duplicate category index (standalone index exists)

Eliminates 3 Mongoose duplicate index warnings on server startup
Server now starts with zero warnings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-12 16:35:45 +13:00
..
AuditLog.model.js fix: MongoDB persistence and inst_016-018 content validation enforcement 2025-10-11 00:17:03 +13:00
BlogPost.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
CaseSubmission.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
Document.model.js feat: implement documentation reorganization with archives 2025-10-11 01:26:14 +13:00
Donation.model.js feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
GovernanceLog.model.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
GovernanceRule.model.js fix(models): remove duplicate schema indexes for clean startup 2025-10-12 16:35:45 +13:00
index.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
MediaInquiry.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
ModerationQueue.model.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
Project.model.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
Resource.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
SessionState.model.js fix: MongoDB persistence and inst_016-018 content validation enforcement 2025-10-11 00:17:03 +13:00
User.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
VariableValue.model.js fix(models): remove duplicate schema indexes for clean startup 2025-10-12 16:35:45 +13:00
VerificationLog.model.js fix(models): remove duplicate schema indexes for clean startup 2025-10-12 16:35:45 +13:00