From: Dan Timoney Date: Wed, 14 Nov 2018 13:58:24 +0000 (+0000) Subject: Updated git submodules X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=02ad24764a90668f78cc5fbf59f92b7e03e097dc;p=doc.git Updated git submodules 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 --- 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