10/31: merge casablanca to master
[so.git] / adapters / mso-catalog-db-adapter / src / main / resources / db / migration / V4.12__UpdateAutoScaleOutRefData.sql
1 USE catalogdb;
2
3 update building_block_detail set resource_type='CUSTOM', target_action='CUSTOM' where BUILDING_BLOCK_NAME = 'ConfigurationScaleOutBB';
4
5 update building_block_detail set resource_type='CUSTOM', target_action='CUSTOM' where BUILDING_BLOCK_NAME = 'GenericVnfHealthCheckBB';
6
7 update northbound_request_ref_lookup set ACTION='scaleOut' where MACRO_ACTION='VFModule-ScaleOut';