From 98f01f98249250e5bf0120f19b603ac46bc7f563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Thu, 6 Jun 2013 19:20:29 +0200 Subject: [PATCH] Added database changes to store Criterion to CostCategory relationship FEA: ItEr77S17AutomaticBudgeting --- .../src/main/resources/db.changelog-1.4.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libreplan-business/src/main/resources/db.changelog-1.4.xml b/libreplan-business/src/main/resources/db.changelog-1.4.xml index 45e22401d..57ad8158d 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.4.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.4.xml @@ -4,4 +4,19 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> + + Add column to criterion table to store the relationship with cost category + + + + + + + Add foreign key constraint to new id_cost_category column on cost_category id + + +