The collection new is removed, now the books have a field "active" set to true if the book was aproved. For update the database: db.books.update({}, {$set: {active: true}}, true, true) |
||
---|---|---|
.. | ||
about.html | ||
book.html | ||
edit.html | ||
footer.html | ||
header.html | ||
index.html | ||
new.html | ||
read.html | ||
search.html | ||
upload.html |