Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanc00l committed Oct 19, 2015
1 parent 4efe2fe commit cd4681c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@
mongo
use wooyun
db.wooyun_list.ensureIndex({"datetime":1})
db.wooyun_list.ensureIndex({"datetime":1,"title":1})
db.wooyun_list.ensureIndex({"datetime":1,"html":1})
db.wooyun_drops.ensureIndex({"datetime":1})
db.wooyun_drops.ensureIndex({"datetime":1,"title":1})
db.wooyun_drops.ensureIndex({"datetime":1,"html":1})

### 5.其它

Expand Down

0 comments on commit cd4681c

Please sign in to comment.