Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created October 14, 2010 19:14
Show Gist options
  • Save mikeal/626833 to your computer and use it in GitHub Desktop.
Save mikeal/626833 to your computer and use it in GitHub Desktop.
function (newDoc, oldDoc, userCtx) {
if (newDoc._deleted === true && userCtx.roles.indexOf('_admin') === -1) {
throw "Only admin can delete documents on this database."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment