This commit is contained in:
make
2025-04-16 11:00:28 +08:00
64 changed files with 2461 additions and 1681 deletions

View File

@@ -3,15 +3,15 @@
```javascript
use novel
db.dropDatabase("novel")
use novel
db.novel.createIndex({ "n_id": 1 })
db.novel.createIndex({ "og_title": 1 })
db.novel.createIndex({ "og_novel_status": 1 })
db.novel.createIndex({ "n_site_uuid": 1 }, { unique: true })
db.novel.createIndex({"n_related_novel.n_id": 1})
db.novel.createIndex({"n_forge_novel.n_forge_id": 1})
use novel
db.dropDatabase("novel")
use novel
db.novel.createIndex({ "n_id": 1 })
db.novel.createIndex({ "og_title": 1 })
db.novel.createIndex({ "og_novel_status": 1 })
db.novel.createIndex({ "n_site_uuid": 1 }, { unique: true })
db.novel.createIndex({"n_related_novel.n_id": 1})
db.novel.createIndex({"n_forge_novel.n_forge_id": 1})
// db.novel.createIndex({ "og_novel_update_time": 1 })
// {