From aa9b320ff93511280cf51b03d38fb9254af6b530 Mon Sep 17 00:00:00 2001 From: sa282w Date: Wed, 25 Jul 2018 13:25:43 -0400 Subject: JUnits for coverage Issue-ID: PORTAL-273 JUnits for sonar coverage Change-Id: Icb88d8563164281d29877bbc2de9c8f1f780aa0c Signed-off-by: sa282w --- deliveries/portalsdk.cql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deliveries/portalsdk.cql') diff --git a/deliveries/portalsdk.cql b/deliveries/portalsdk.cql index bf4e71a3..8c8feaf7 100644 --- a/deliveries/portalsdk.cql +++ b/deliveries/portalsdk.cql @@ -53,4 +53,5 @@ CREATE TABLE portalsdk.spring_session_attributes ( AND read_repair_chance = 0.0 AND speculative_retry = '99PERCENTILE'; -CREATE TABLE portalsdk.healthcheck (id uuid PRIMARY KEY); +CREATE TABLE portalsdk.health_check (primary_id text PRIMARY KEY, creation_time text); +insert into portalsdk.health_check (primary_id,creation_time) values ('ECOMPPortal-25927','2018-05-25T20:14:39.408Z'); -- cgit 1.2.3-korg