Implement db schema with liquibase 95/120695/3
authorBruno Sakoto <bruno.sakoto@bell.ca>
Tue, 20 Apr 2021 12:22:56 +0000 (08:22 -0400)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Thu, 22 Apr 2021 14:00:22 +0000 (10:00 -0400)
commit05855d531b912698ee63b1fd9de4303baff83670
tree0496540ac248dff37629cdcffde6215b3096a343
parent472d2e8d8df431e46b0f0dead8448bff5e80ab0d
Implement db schema with liquibase

Issue-ID: CPS-193
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ieabee4b86bbe7a42c05bb225499487cfcc9deb1d
README.md
pom.xml
src/main/resources/application.yml [new file with mode: 0644]
src/main/resources/db/changelog/changelog-master.xml [new file with mode: 0644]
src/main/resources/db/changelog/data/02-init-data.dat [new file with mode: 0644]
src/main/resources/db/changelog/data/02-init-data.xml [new file with mode: 0644]
src/main/resources/db/changelog/schema/01-init-schema.xml [new file with mode: 0644]
src/test/java/org/onap/cps/temporal/ApplicationTest.java
src/test/java/org/onap/cps/temporal/repository/TimescaleContainer.java [new file with mode: 0644]
src/test/resources/application.yml [new file with mode: 0644]