Remove liquibase test changelog

Complete liquibase changelog takes under 1 second to run,
so having separate changelog for integration tests offers
no benefit.

Issue-ID: CPS-2090
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ib0e928f35d401b91c23dfcb5dc82c77778a044dc
diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml
index 55560aa..dbff207 100644
--- a/integration-test/src/test/resources/application.yml
+++ b/integration-test/src/test/resources/application.yml
@@ -36,4 +36,4 @@
     initialization-mode: always
 
   liquibase:
-    change-log: classpath:liquibase/test-changelog.yaml
+    change-log: classpath:changelog/changelog-master.yaml