diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-11-08 17:11:10 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-11-09 10:32:54 +0100 |
commit | 2579386298fc4862a87073f8c719986925d77424 (patch) | |
tree | 58e8cff333a1d3c4b6eb4958b3457b22c39e41b4 /extra/sql/bulkload/clds-create-db-objects.sql | |
parent | ac4958ae6d30e60c5cf0bd66ce8f3c79191c6726 (diff) |
Fix DCAE status refresh
Fix the DCAE status refresh that was not done during the loading of the
model in Clamp
Issue-ID: CLAMP-246
Change-Id: I61ec1de74d46879ba638833bcab5143966d37228
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'extra/sql/bulkload/clds-create-db-objects.sql')
-rw-r--r-- | extra/sql/bulkload/clds-create-db-objects.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/sql/bulkload/clds-create-db-objects.sql b/extra/sql/bulkload/clds-create-db-objects.sql index 38cc466f5..ac64b5d76 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), |