From 2845910b34682056c1949f82e39d9205a26554e9 Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Mon, 14 May 2018 17:19:51 -0400 Subject: Bulk upload changes and music health check apis Issue-ID: PORTAL-290, PORTAL-291 Bulk upload changes and music health check apis Change-Id: I63d289d75420658ff4a14385a5106838fa8c32b2 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- ecomp-portal-DB-common/portal.cql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ecomp-portal-DB-common/portal.cql') diff --git a/ecomp-portal-DB-common/portal.cql b/ecomp-portal-DB-common/portal.cql index 6cb62713..7204d9e8 100644 --- a/ecomp-portal-DB-common/portal.cql +++ b/ecomp-portal-DB-common/portal.cql @@ -52,3 +52,6 @@ CREATE TABLE portal.spring_session_attributes ( AND min_index_interval = 128 AND read_repair_chance = 0.0 AND speculative_retry = '99PERCENTILE'; + + +CREATE TABLE portal.healthcheck (id uuid PRIMARY KEY); -- cgit 1.2.3-korg