From 7cf4fcdf313ab0918c02aaa25ff4fc2c3bbf078c Mon Sep 17 00:00:00 2001 From: Dan Lysiak <50049163+danlysiak@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:42:29 +0000 Subject: [PATCH] Re-enable DB migration on pipeline --- Jenkinsfile_CNP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 43b8bca3e..4737ed688 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -7,5 +7,5 @@ def product = "opal" def component = "account-enquiry" withPipeline(type, product, component) { - // enableDbMigration(product) + enableDbMigration(product) }