From 0437de4a25092db28d63464e846f560da8c56304 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 12 Jun 2016 12:01:13 +1200 Subject: Make liquibase filepath independent --- schema/changelog-3.6.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'schema/changelog-3.6.xml') diff --git a/schema/changelog-3.6.xml b/schema/changelog-3.6.xml index 378ec741f..e2fd72a61 100644 --- a/schema/changelog-3.6.xml +++ b/schema/changelog-3.6.xml @@ -3,10 +3,17 @@ xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog - http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"> + http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd" + logicalFilePath="changelog-3.6"> + + + + + + -- cgit v1.2.3