Skip to content
Diogo Pais edited this page Jun 4, 2014 · 3 revisions

Access SINFO database:

mongo sinfo

Mark notification as unread to user:

db.notifications.update({}, {$push: {unread: "<userID>"}},{multi: true});
Clone this wiki locally