Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created April 17, 2015 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterzawistowicz/54f82d1d2fe92fc1621d to your computer and use it in GitHub Desktop.
Save peterzawistowicz/54f82d1d2fe92fc1621d to your computer and use it in GitHub Desktop.
userFeedEntrySchema.index({userID : 1, feedID : 1, feedEntryID : 1, read : 1});
var UserFeedEntryModel = mongoose.model('UserFeedEntry', userFeedEntrySchema );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment