Change Management Schedule Optimization 11/67911/1
authorRamaPrasad Amaranarayana (ra5425) <ra5425@att.com>
Wed, 19 Sep 2018 21:59:48 +0000 (17:59 -0400)
committerRamaPrasad Amaranarayana (ra5425) <ra5425@att.com>
Wed, 19 Sep 2018 21:59:48 +0000 (17:59 -0400)
commite1ce86324a34a84436c229c214661f5a9a7f3928
treea36d3c84b5dd06e4582f249355256116aae561c5
parentfbe4bb98345727d190cefcfb3ec54ad9075fba9d
Change Management Schedule Optimization

Adding Database Project for Change Management Schedule Optimization

Change-Id: I03370ea4d80ed0444f986b8c7e9e32dbad206106
Issue-ID: OPTFRA-351
Signed-off-by: RamaPrasad Amaranarayana (ra5425) <ra5425@att.com>
cmso-database/.gitignore [new file with mode: 0644]
cmso-database/docker/Dockerfile [new file with mode: 0644]
cmso-database/etc/config/liquibase.properties [new file with mode: 0644]
cmso-database/pom.xml [new file with mode: 0644]
cmso-database/src/main/java/org/onap/optf/cmso/liquibase/LiquibaseApplication.java [new file with mode: 0644]
cmso-database/src/main/java/org/onap/optf/cmso/liquibase/LiquibaseData.java [new file with mode: 0644]
cmso-database/src/main/resources/cmso-dbchangelog/onap-cmso-v1-schema.sql [new file with mode: 0644]
cmso-database/src/main/resources/cmso-liquibase-changeLog.xml [new file with mode: 0644]
cmso-database/src/test/java/org/onap/optf/cmso/liquibase/LiquibaseApplicationTests.java [new file with mode: 0644]
cmso-database/src/test/resources/application-test.properties [new file with mode: 0644]