Skip to content

Commit

Permalink
Update dots_db_init.xq
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre authored Mar 12, 2024
1 parent 9060a2e commit 8ac673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dots_db_init.xq
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ xquery version '3.0' ;
import module namespace dots.lib = "https://github.com/chartes/dots/lib" at "../lib/db_switch_builder.xqm";
import module namespace G = "https://github.com/chartes/dots/globals" at "../globals.xqm";

if (db:get($G:dots))
if (db:exists($G:dots))
then
update:output("La base de donnée dots existe déjà.
")
Expand Down

0 comments on commit 8ac673a

Please sign in to comment.