diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-19 22:34:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-19 22:34:55 +0000 |
commit | cd5128c235e9fa08a39a64f4933f801ace2601d8 (patch) | |
tree | 52104446910056946be04263b4b408b963f49bc5 | |
parent | 8dc506217dddf8c06d68ca119577137ac3865a2d (diff) |
Updated git submodules
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 <adetalhouet89@gmail.com>
m--------- | docs/submodules/sdnc/oam.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/sdnc/oam.git b/docs/submodules/sdnc/oam.git -Subproject 323e67e113998731879035c05e664d26456d0f8 +Subproject d2508a2bfb2bdbe891528d24e98663d39ab6d35 |