summaryrefslogtreecommitdiffstats
path: root/deliveries/portalsdk.cql
diff options
context:
space:
mode:
Diffstat (limited to 'deliveries/portalsdk.cql')
-rw-r--r--deliveries/portalsdk.cql3
1 files changed, 2 insertions, 1 deletions
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');