Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created April 17, 2015 18:27
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/841df079b512cc84785a to your computer and use it in GitHub Desktop.
Save peterzawistowicz/841df079b512cc84785a to your computer and use it in GitHub Desktop.
userSchema.index({email : 1}, {unique:true});
userSchema.index({sp_api_key_id : 1}, {unique:true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment