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"/>