commit | 2e44e349c3fd57c5b8eaaea85b81e31fe2b4a80d | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Mon Nov 12 16:35:30 2018 -0500 |
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | Mon Nov 12 21:38:11 2018 +0000 |
tree | 973e4447c332cab9e5205aadff9694ae07949ce7 | |
parent | 3df4ba7c88cf330cd358b2cc1a21cd31405fcbb7 [diff] |
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: d9dbcdbe0cb870b558ef0415e5c33fef01413128
This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".