From 894c1b12ba50241d69b8aa2f33c26e3457006f17 Mon Sep 17 00:00:00 2001 From: Miciele Ghiorghis Date: Wed, 24 Oct 2012 13:27:48 +0200 Subject: [PATCH] Jira-integration: new columns jira-configurations and importedLabel added New jira-configurations columns added to configuration table New imported_label column added to order_table --- .../src/main/resources/db.changelog-1.3.xml | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/libreplan-business/src/main/resources/db.changelog-1.3.xml b/libreplan-business/src/main/resources/db.changelog-1.3.xml index 8da319d91..2187a51c2 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.3.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.3.xml @@ -208,4 +208,65 @@ columnDataType="INTEGER" /> + + + + Add new column jira_activated with default value FALSE to configuration table + + + + + + + + + + + Add new column jira_url in table configuration + + + + + + + + + Add new column jira_label_url in table configuration + + + + + + + + + Add new column jira_user_id in table configuration + + + + + + + + + Add new column jira_user_id in table configuration + + + + + + + + + Add new column imported_label in table order_table + + + + + +