Skip to content

Commit 8f7117d

Browse files
committed
MLE-26427 Fixing incremental write test
Somehow added this without the required range index for tests.
1 parent 8296692 commit 8f7117d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test-app/src/main/ml-config/databases/content-database.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@
229229
"field-name": "incrementalWriteHash",
230230
"range-value-positions": false,
231231
"invalid-values": "reject"
232+
},
233+
{
234+
"scalar-type": "string",
235+
"collation": "http://marklogic.com/collation/",
236+
"field-name": "myWriteHash",
237+
"range-value-positions": false,
238+
"invalid-values": "reject"
232239
}
233240
],
234241
"geospatial-element-index": [

0 commit comments

Comments
 (0)