Created
June 14, 2015 11:14
-
-
Save interisti/a701e323d52240e2a22a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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