diff options
author | KAPIL SINGAL <ks220y@att.com> | 2019-12-24 15:30:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-24 15:30:56 +0000 |
commit | e3447bd3e00253056e89551437e997e77e65034d (patch) | |
tree | c5e2d22a2d2f0589186177a77076474d2b15c911 /ms/blueprintsprocessor/application | |
parent | 0a7d68420e7b95dfffb043ebbe2f52ec24effae4 (diff) | |
parent | 033e544e10e6c35b9f38c91972eccb7906ecc6c4 (diff) |
Merge "add group notation to resource dictionary"
Diffstat (limited to 'ms/blueprintsprocessor/application')
-rw-r--r-- | ms/blueprintsprocessor/application/src/main/resources/sql/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/sql/schema.sql b/ms/blueprintsprocessor/application/src/main/resources/sql/schema.sql index 8bf39eed2..6dcd2af89 100644 --- a/ms/blueprintsprocessor/application/src/main/resources/sql/schema.sql +++ b/ms/blueprintsprocessor/application/src/main/resources/sql/schema.sql @@ -69,6 +69,7 @@ CREATE TABLE IF NOT EXISTS configurator.RESOURCE_DICTIONARY ( data_type VARCHAR(100) NOT NULL, entry_schema VARCHAR(100) NULL DEFAULT NULL, definition LONGTEXT NOT NULL, + resource_dictionary_group VARCHAR(10) NOT NULL, description LONGTEXT NOT NULL, tags LONGTEXT NOT NULL, creation_date DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, |