Created
July 5, 2017 12:52
-
-
Save tuurma/7e20dc0dfcb5a3afcfa408a3897282b1 to your computer and use it in GitHub Desktop.
repair app package registration
This file contains 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
xquery version "3.0"; | |
import module namespace repair="http://exist-db.org/xquery/repo/repair" | |
at "resource:org/exist/xquery/modules/expathrepo/repair.xql"; | |
repair:clean-all(), | |
repair:repair() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment