diff options
author | xg353y <xg353y@intl.att.com> | 2019-02-11 13:50:16 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-02-13 13:17:53 +0100 |
commit | aef5d4ba9128c0cc4418b6dd9e12533b3d76bc84 (patch) | |
tree | 4c4b0392966510c2635bf05e7c4071dd06ad5ede /extra | |
parent | 95d45aa4490b09f7ddf229141501befa5a0d3d55 (diff) |
Remove SDC query
Remove the query to SDC to get Service/VF related parameters. Also
remove the UI which triggers the SDC query.
Issue-ID: CLAMP-290
Change-Id: Ie7864942b91c022a3a7329c17ab2785448aae9ff
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/sql/bulkload/clds-create-db-objects.sql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/sql/bulkload/clds-create-db-objects.sql b/extra/sql/bulkload/clds-create-db-objects.sql index ac64b5d76..aa3aa65e9 100644 --- a/extra/sql/bulkload/clds-create-db-objects.sql +++ b/extra/sql/bulkload/clds-create-db-objects.sql @@ -107,14 +107,6 @@ CREATE TABLE event ( PRIMARY KEY (event_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_bin; -CREATE TABLE clds_service_cache ( - invariant_service_id VARCHAR(36) NOT NULL, - service_id VARCHAR(36) NULL, - timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, - object_data MEDIUMBLOB NULL, - PRIMARY KEY (invariant_service_id) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_bin; - CREATE TABLE IF NOT EXISTS tosca_model ( tosca_model_id VARCHAR(36) NOT NULL, tosca_model_name VARCHAR(80) NOT NULL, |