debug
This commit is contained in:
@@ -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 })
|
||||
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user