From cd5128c235e9fa08a39a64f4933f801ace2601d8 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 19 Nov 2018 22:34:55 +0000 Subject: Updated git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project: sdnc/oam master d2508a2bfb2bdbe891528d24e98663d39ab6d35c Merge "Drop CDS tables only if they exist" 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(-) diff --git a/docs/submodules/sdnc/oam.git b/docs/submodules/sdnc/oam.git index 323e67e11..d2508a2bf 160000 --- a/docs/submodules/sdnc/oam.git +++ b/docs/submodules/sdnc/oam.git @@ -1 +1 @@ -Subproject commit 323e67e113998731879035c05e664d26456d0f83 +Subproject commit d2508a2bfb2bdbe891528d24e98663d39ab6d35c -- cgit 1.2.3-korg