From 033e544e10e6c35b9f38c91972eccb7906ecc6c4 Mon Sep 17 00:00:00 2001 From: shaaban Altanany Date: Tue, 17 Dec 2019 15:45:51 +0200 Subject: add group notation to resource dictionary -including changes to (starter-dictionary,test-dictionary)json files -add column in resource dictionary table in database -expose api for getting unique group from resource dictionary table Issue-ID: CCSDK-2004 Signed-off-by: shaaban Altanany Change-Id: I0998709af2e692717b9b1b4937943c323144594a --- ms/blueprintsprocessor/application/src/main/resources/sql/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'ms/blueprintsprocessor/application/src') 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, -- cgit 1.2.3-korg