X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-cass%2Fcass_init%2Finit.cql;h=75b02c53bc1d0219c4b1138c9a4219eb722e9a88;hb=a174f8ddbc5eb78a648fb68b33ef18cb64d81fda;hp=bf75998d5ccc56f401149d52124119d2a5683de0;hpb=c77226927523b821936debe660e880b713c88edc;p=aaf%2Fauthz.git diff --git a/auth/auth-cass/cass_init/init.cql b/auth/auth-cass/cass_init/init.cql index bf75998d..75b02c53 100644 --- a/auth/auth-cass/cass_init/init.cql +++ b/auth/auth-cass/cass_init/init.cql @@ -73,6 +73,7 @@ CREATE TABLE cred ( notes varchar, cred blob, prev blob, + tag varchar, PRIMARY KEY (id,type,expires) ); CREATE INDEX cred_ns ON cred(ns); @@ -167,6 +168,8 @@ CREATE TABLE future ( memo varchar, // Description start timestamp, // When it should take effect expires timestamp, // When not longer valid + target_key varchar, // Item Key (or 2nd key, assuming user is first) + target_date timestamp, // Item's relevant date/stamp construct blob, // How to construct this object (like History) PRIMARY KEY(id) );