X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=extra%2Fsql%2Fbulkload%2Fclds-create-db-objects.sql;fp=extra%2Fsql%2Fbulkload%2Fclds-create-db-objects.sql;h=ac64b5d766d88aee74ed8d9e7c7eed5b693417af;hb=2579386298fc4862a87073f8c719986925d77424;hp=38cc466f5fa9ac868e2407ecf5de04ddf837fd37;hpb=ac4958ae6d30e60c5cf0bd66ce8f3c79191c6726;p=clamp.git diff --git a/extra/sql/bulkload/clds-create-db-objects.sql b/extra/sql/bulkload/clds-create-db-objects.sql index 38cc466f..ac64b5d7 100644 --- a/extra/sql/bulkload/clds-create-db-objects.sql +++ b/extra/sql/bulkload/clds-create-db-objects.sql @@ -59,6 +59,7 @@ CREATE TABLE model ( control_name_uuid VARCHAR(36) NOT NULL, service_type_id VARCHAR(80) NULL, deployment_id VARCHAR(80) NULL, + deployment_status_url VARCHAR(300) NULL, PRIMARY KEY (model_id), UNIQUE (model_name), UNIQUE (control_name_uuid),