diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-05-21 15:44:53 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-05-21 15:44:53 +0300 |
commit | ab845cb4fc3454e9bb5270eb11ebde289969c092 (patch) | |
tree | 9a49fb270e313ba5b8309c253e2d27e9e3b6eeec /epsdk-app-onap/src/main/resources/vid-data.sql | |
parent | 89b3a253bcf6244b4152a42c08ad15922f8bc16f (diff) |
Disable tenant isolation feature
Change-Id: I9d91acf2005f84391440243661b9042afd020b64
Issue-ID: VID-222
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/resources/vid-data.sql')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/vid-data.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epsdk-app-onap/src/main/resources/vid-data.sql b/epsdk-app-onap/src/main/resources/vid-data.sql index bcfa848b2..150f8bc0d 100755 --- a/epsdk-app-onap/src/main/resources/vid-data.sql +++ b/epsdk-app-onap/src/main/resources/vid-data.sql @@ -687,8 +687,8 @@ REPLACE INTO `fn_role_function` VALUES ('1', 'menu_searchexisting'); REPLACE INTO `fn_role_function` VALUES ('16', 'menu_searchexisting');
REPLACE INTO `fn_role_function` VALUES (1,'menu_changemanagement');
REPLACE INTO `fn_role_function` VALUES (16,'menu_changemanagement');
-REPLACE INTO `fn_role_function` VALUES (1,'menu_testenvironment');
-REPLACE INTO `fn_role_function` VALUES (16,'menu_testenvironment');
+--REPLACE INTO `fn_role_function` VALUES (1,'menu_testenvironment');
+--REPLACE INTO `fn_role_function` VALUES (16,'menu_testenvironment');
update fn_menu set active_yn = 'Y' where label = 'Admin';
update fn_menu set active_yn = 'Y' where label = 'Root';
|