Skip to content

Commit

Permalink
marklogic-community#492 forgot to ensure removal of existing fragment…
Browse files Browse the repository at this point in the history
… roots
  • Loading branch information
dmcassel committed Jan 17, 2017
1 parent e48c56b commit 51ca346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lib/xquery/setup.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ declare function setup:add-fragment-roots(
$db-config as element(db:database)) as element(configuration)
{
admin:database-add-fragment-root(
$admin-config,
setup:remove-existing-fragment-roots($admin-config, $database),
$database,
for $root in $db-config/db:fragment-roots/db:fragment-root
return
Expand Down

0 comments on commit 51ca346

Please sign in to comment.