Skip to content

Commit 340ba9e

Browse files
committed
Set DHS import script database engine to ArangoDB.
1 parent 32ca5a6 commit 340ba9e

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.idea/workspace.xml

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

batch/InitDHS.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Initialisation definition.
1919
*/
2020
define( 'doINIT', TRUE );
21-
define( 'kENGINE', 'MONGO' );
21+
define( 'kENGINE', 'ARANGO' );
2222

2323
/*
2424
* Global includes.

0 commit comments

Comments
 (0)