From 8091c8540dc9097c41119f40e026ad094830cbeb Mon Sep 17 00:00:00 2001 From: vmazurashu Date: Wed, 11 Jul 2018 11:02:37 +0300 Subject: [PATCH] #1868: revert changes to default one, add new change set with fixes --- .../src/main/resources/db.changelog-1.4.1.xml | 8 +++++--- .../src/main/resources/db.changelog-1.4.xml | 16 ++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/libreplan-business/src/main/resources/db.changelog-1.4.1.xml b/libreplan-business/src/main/resources/db.changelog-1.4.1.xml index 0d3ac2124..ba2da318d 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.4.1.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.4.1.xml @@ -1,5 +1,7 @@ - + @@ -11,7 +13,7 @@ + tableName="limits"/> @@ -21,7 +23,7 @@ + tableName="limits"/> + http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd"> Add column to criterion table to store the relationship with cost category - + @@ -16,20 +16,20 @@ + onDelete="SET NULL"/> Add new column automatic_budget_enabled with default value FALSE to configuration table - + + defaultValueBoolean="FALSE"/> + columnDataType="BOOLEAN"/> @@ -38,11 +38,11 @@ configuration table. - + + referencedTableName="type_of_work_hours" referencedColumnNames="id"/>