From c251052fad4005d65d293f8e4a3890b874a0ece7 Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Sat, 12 Jan 2019 13:14:34 +0000 Subject: Updated git submodules Project: so master 9ed35e29b33510622b0fca1b8e3c21f2d44844d4 Merge "Service Proxy Consolidation" Service Proxy Consolidation - Updated ServiceProxyResourceCustomization to remove the ID column - Removed setConfigurationResourceCustomization from serviceProxyResource since that relationship doesn't exist anymore - Updated ServiceProxy resource to remove the object dependencies between ServiceProxyCustomization and ConfigurationResourceCustomization - Removed the delete statement since this is causing the test to fail because the service table doesn't exist yet - Updated configuration_customization to drop the serviceProxyCustomization FK - Added migration script to consolidate the ServiceProxy and ServiceProxyCustomization into a single table and migrate the data. - Code changes to support consolidating the ServiceProxy and ServiceProxyCustomization table into a single table Change-Id: I1e49cb22c8b667f157dd1c349b5e36fd06236630 Issue-ID: SO-1380 Signed-off-by: Benjamin, Max (mb388a) --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/so.git b/docs/submodules/so.git index 06a568ebb..9ed35e29b 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 06a568ebb67a1da72d33aa47eccb729b227bbe62 +Subproject commit 9ed35e29b33510622b0fca1b8e3c21f2d44844d4 -- cgit 1.2.3-korg