summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkMySql_Upgrade_2_1_to_2_5_OS.sql
blob: 44d6276e61ee586c1567a84741729c1fad6edbff (plain)
1
2
3
4
5
6
7
use ecomp_sdk;

SET FOREIGN_KEY_CHECKS=0;

update fn_menu set action = 'welcome' where action = 'welcome.htm';

commit;