Drop CDS tables only if they exist 76/72476/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 12 Nov 2018 21:35:30 +0000 (16:35 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 12 Nov 2018 21:35:30 +0000 (16:35 -0500)
commitc9c33c13768f0c4c39bb9831353cbe97b519a949
tree19907b9096ed980e660ffefdc46a110c0b5af52e
parentc522c960747d932923b8173b5240b0821c51b61b
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>
Former-commit-id: 2f69e233c4143fb6bf5939bf4db26ea76805c933
installation/sdnc/src/main/resources/blueprint-processor.data.dump