Disable tenant isolation feature

Change-Id: I9d91acf2005f84391440243661b9042afd020b64
Issue-ID: VID-222
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
diff --git a/epsdk-app-onap/src/main/resources/vid-data.sql b/epsdk-app-onap/src/main/resources/vid-data.sql
index bcfa848..150f8bc 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 ('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';