Merge "Add SO Update the repeatable Macro - northbound_request_ref_lookup" into dublin
authorSteve Smokowski <ss835w@att.com>
Thu, 23 May 2019 13:41:20 +0000 (13:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 23 May 2019 13:41:20 +0000 (13:41 +0000)
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql

index 0054bcf..372fbab 100644 (file)
@@ -805,3 +805,4 @@ VALUES
 ('VNFUpgradeSoftwareActivity', 'NO_VALIDATE', 'CUSTOM'),
 ('VnfInPlaceSoftwareUpdate', 'NO_VALIDATE', 'CUSTOM');
 
+UPDATE northbound_request_ref_lookup SET SERVICE_TYPE = '*' WHERE SERVICE_TYPE = NULL;