X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Fportal.cql;h=249f8712793e0fea971da709646aa392cb4898d8;hb=83de9db899ebf7ec87220670d6f5cf35a10d087b;hp=b871ab9f796bd63dee07e27bd48d727a0264de6b;hpb=2edaa4d6a5f7066e0c718f85a7bf7b8dabd0c59b;p=portal.git diff --git a/deliveries/portal.cql b/deliveries/portal.cql index b871ab9f..249f8712 100644 --- a/deliveries/portal.cql +++ b/deliveries/portal.cql @@ -53,4 +53,5 @@ CREATE TABLE portal.spring_session_attributes ( AND read_repair_chance = 0.0 AND speculative_retry = '99PERCENTILE'; -CREATE TABLE portal.healthcheck (id uuid PRIMARY KEY); \ No newline at end of file +CREATE TABLE portal.health_check (primary_id text PRIMARY KEY, creation_time text); +insert into portal.health_check (primary_id,creation_time) values ('ECOMPPortal-25927','2018-05-25T20:14:39.408Z');