Skip to content

Instantly share code, notes, and snippets.

@interisti
Created June 14, 2015 11:14
Show Gist options
  • Save interisti/a701e323d52240e2a22a to your computer and use it in GitHub Desktop.
Save interisti/a701e323d52240e2a22a to your computer and use it in GitHub Desktop.
Model.schema.eachPath(function (path) {
if (Model.schema.path(path)._index &&
Model.schema.path(path)._index.unique)
console.log(path);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment