Skip to content

Commit

Permalink
HCK-7390: pr remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dannleed committed Aug 8, 2024
1 parent ad57ba9 commit a13ceff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,5 @@
"CONTEXT_MENU___CONVERT_TO_PATTERN_FIELD": "Convert to Pattern Field",
"CONTEXT_MENU___CONVERT_PATTERN_TO_REGULAR_FIELD": "Convert to Regular Field",
"CENTRAL_PANE___FE_SCRIPT": "MongoDB script",
"MAIN_MENU___FORWARD_DB_BUCKETS": "MongoDB script",
"RELATIONSHIP_NAME_ENTITY_SEPARATOR": "."
"MAIN_MENU___FORWARD_DB_BUCKETS": "MongoDB script"
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"enableReverseEngineeringDetectionSchemaByContent": false,
"enableReversingDateTypeAsISODate": true,
"supportInferRelationships": true,
"enableREQueryAndSortCriteria": true
"enableREQueryAndSortCriteria": true,
"relationships": {
"entityNameSeparator": "."
}
}
},
"description": "Hackolade plugin for Amazon DocumentDB",
Expand Down

0 comments on commit a13ceff

Please sign in to comment.