aboutsummaryrefslogtreecommitdiff
path: root/app/services/plan-service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/plan-service.ts')
-rw-r--r--app/services/plan-service.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/plan-service.ts b/app/services/plan-service.ts
index 2e56bac..bf74c38 100644
--- a/app/services/plan-service.ts
+++ b/app/services/plan-service.ts
@@ -19,6 +19,7 @@ export class PlanService {
SORT_KEY_PROP: string = 'Sort Key';
JOIN_TYPE_PROP: string = 'Join Type';
INDEX_NAME_PROP: string = 'Index Name';
+ HASH_CONDITION_PROP: string = 'Hash Cond';
// computed by pev
COMPUTED_TAGS_PROP: string = "*Tags";