Skip to content

Commit 7c65aae

Browse files
committed
update billingAccountId mapping
1 parent f221443 commit 7c65aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/createIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async function createIndex () {
106106
memberRate: { type: 'float' },
107107
customerRate: { type: 'float' },
108108
rateType: { type: 'keyword' },
109-
billingAccountId: { type: 'integer' },
109+
billingAccountId: { type: 'integer', null_value: 0 },
110110
workPeriods: {
111111
type: 'nested',
112112
properties: {

0 commit comments

Comments
 (0)