aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authoruj426b <uj426b@att.com>2019-04-29 17:28:42 -0400
committeruj426b <uj426b@att.com>2019-04-29 17:55:33 -0400
commitab62e8c4f67413364038938174ca7b05c0ab5cc1 (patch)
treef5b940ec1d630f360e6830a6de9c2a31fd4db9fe /packages
parenta205e21327b1e801746d9c1a067d48aa45a4ce70 (diff)
Policy UI doestn't show left menu or any content:
Issue-ID: POLICY-1650 Change-Id: Ibf338f52fc260e77b4ac5f49b2f4ce12b4aa509e Signed-off-by: uj426b <uj426b@att.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/base/src/files/install/mysql/data/190202_upgrade_script.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/base/src/files/install/mysql/data/190202_upgrade_script.sql b/packages/base/src/files/install/mysql/data/190202_upgrade_script.sql
index e610bc95c..c36a6f404 100644
--- a/packages/base/src/files/install/mysql/data/190202_upgrade_script.sql
+++ b/packages/base/src/files/install/mysql/data/190202_upgrade_script.sql
@@ -43,3 +43,4 @@ VALUES ('GocVNFType', 'getDictionary/get_GocVnfTypeDataByName', 'gocVnfTypeDicti
('ServerScope','getDictionary/get_ServerScopeDataByName','gocServerScopeDictionaryDatas'),
('TraversalData', 'getDictionary/get_TraversalDataByName', 'gocTraversalDictionaryDatas');
+INSERT INTO `onap_sdk`.`fn_user_role` (USER_ID, ROLE_ID, APP_ID) VALUES (1, 16, 1);