From: Bonkur, Venkat (vb8416) Date: Fri, 19 Apr 2019 18:57:48 +0000 (-0400) Subject: Add SO update config file -application.yaml file X-Git-Tag: 1.5.2~458^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=48fd9c893a1d424f1726aca33fc347fd8735ffa1;p=so.git Add SO update config file -application.yaml file Added Dublin - update the catalog-db-adapter -application.yaml file Remove the below line for flyway so that repeatable scripts are run. repeatableSqlMigrationPrefix: RATT Issue-ID: SO-1804 Signed-off-by: Bonkur, Venkat (vb8416) Change-Id: I2329289e863f32e0e048b8bcc5cfa71d38f407a6 --- diff --git a/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml b/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml index 07b000875e..aa9317c920 100644 --- a/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml +++ b/adapters/mso-catalog-db-adapter/src/main/resources/application.yaml @@ -28,7 +28,6 @@ spring: password: ${DB_ADMIN_PASSWORD} outOfOrder: true validateOnMigrate: false - repeatableSqlMigrationPrefix: RATT jpa: show-sql: true hibernate: