From c81e59719960dc957aaae063137f657e29aa3e3d Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Tue, 23 Jan 2018 15:06:21 +0000 Subject: [PATCH] Fix liquibase files after node split (#393) --- .../main/resources/migration/node-core.changelog-init.xml | 8 +++++--- .../resources/migration/node-notary.changelog-init.xml | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/node/src/main/resources/migration/node-core.changelog-init.xml b/node/src/main/resources/migration/node-core.changelog-init.xml index fac96b810d..a1f9f1c01f 100644 --- a/node/src/main/resources/migration/node-core.changelog-init.xml +++ b/node/src/main/resources/migration/node-core.changelog-init.xml @@ -2,7 +2,8 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd" + logicalFilePath="migration/node-services.changelog-init.xml"> @@ -114,7 +115,8 @@ - + @@ -161,7 +163,7 @@ referencedColumnNames="party_name" referencedTableName="node_info_party_cert"/> - + diff --git a/node/src/main/resources/migration/node-notary.changelog-init.xml b/node/src/main/resources/migration/node-notary.changelog-init.xml index 440e93e7fb..2dd9e8b423 100644 --- a/node/src/main/resources/migration/node-notary.changelog-init.xml +++ b/node/src/main/resources/migration/node-notary.changelog-init.xml @@ -2,7 +2,8 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd" + logicalFilePath="migration/node-services.changelog-init.xml">