From 02ad24764a90668f78cc5fbf59f92b7e03e097dc Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 14 Nov 2018 13:58:24 +0000 Subject: Updated git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project: sdnc/oam casablanca a16180d9ed958b3171f93ead7b15343070ba5790 Merge "Drop CDS tables only if they exist" into casablanca Drop CDS tables only if they exist During the initialization of SDNC, SDNC tries to install all the SQL dump provided. While processing the one for CDS, it was failing to execute the first statement as the table is not existent; hence was exiting that dump and processing with the next one. In order to make sure the process creates CDS tables, make the DROP statement work even if table doesn't exist. Change-Id: Ifa99b8e1a13ac3828828e8b2a9f9674556f84ced Issue-ID: CCSDK-682 Signed-off-by: Alexis de Talhouƫt --- docs/submodules/sdnc/oam.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/sdnc') diff --git a/docs/submodules/sdnc/oam.git b/docs/submodules/sdnc/oam.git index 9839ced68..a16180d9e 160000 --- a/docs/submodules/sdnc/oam.git +++ b/docs/submodules/sdnc/oam.git @@ -1 +1 @@ -Subproject commit 9839ced6873d01aa6a880c3f628e2bf2bc224f7b +Subproject commit a16180d9ed958b3171f93ead7b15343070ba5790 -- cgit