18efa92de3ca3b67be9a826a61cabf739bb51c99
[oom.git] / kubernetes / config / docker / init / src / config / portal / mariadb / oom_updates.sql
1 USE portal;
2 /*
3 Any updates required by OOM to the portaldb are made here.
4 1. split up SDC-FE and SDC-BE.  Originally both FE and BE point to the same IP
5 while the OOM K8s version has these service split up.
6 */
7 UPDATE fn_app SET app_rest_endpoint = 'http://sdc.api.be.simpledemo.openecomp.org:8080/api/v2' where app_name = 'SDC';