Commit 15e3ef0
committed
Add index creation statements to MongoDB DDL script
The schema-mongodb.jsonl file was missing the index creation
statements that are already defined in schema-mongodb.js. This
adds the equivalent createIndexes commands for BATCH_JOB_INSTANCE,
BATCH_JOB_EXECUTION, and BATCH_STEP_EXECUTION collections.
Closes #5277
Signed-off-by: Meyonsoo Kim <digle117@gmail.com>1 parent d8632a3 commit 15e3ef0
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments