X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Fportal.cql;h=249f8712793e0fea971da709646aa392cb4898d8;hb=aa9b320ff93511280cf51b03d38fb9254af6b530;hp=b871ab9f796bd63dee07e27bd48d727a0264de6b;hpb=fe3a67c11b65d7989a6ef648c3f34eee8abe7394;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');