Skip to content

Instantly share code, notes, and snippets.

@ableasdale
Created February 28, 2013 18:02
Show Gist options
  • Save ableasdale/5058766 to your computer and use it in GitHub Desktop.
Save ableasdale/5058766 to your computer and use it in GitHub Desktop.
Creating a disaster scenario to recover from
xquery version "1.0-ml";
for $d in doc()
return xdmp:document-delete(xdmp:node-uri($d))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment