From 6941c4130b35a79059b4ea0d72677aad115a2b21 Mon Sep 17 00:00:00 2001 From: Bogdan Bodnarjuk Date: Mon, 18 Apr 2016 15:47:16 +0300 Subject: [PATCH 1/2] Change db.changelog-1.4.xml (cherry picked from commit 21e4b71) (cherry picked from commit c5c6e3c) --- libreplan-business/src/main/resources/db.changelog-1.4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 dc0b1c515..4e6844603 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.4.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.4.xml @@ -60,8 +60,8 @@ initiallyDeferred="false" tableName="limits"/> - INSERT INTO limits VALUES(1, 'users', 5); - INSERT INTO limits VALUES(2, 'workers+machines', 10); + INSERT INTO limits VALUES(1, 'users', 0); + INSERT INTO limits VALUES(2, 'workers+machines', 0); From 2f896202703e2c0081ff384055fc80a1e24fa9c7 Mon Sep 17 00:00:00 2001 From: Bogdan Bodnarjuk Date: Tue, 19 Apr 2016 15:13:54 +0300 Subject: [PATCH 2/2] Add to changelog-1.2.xml update value send statistics to developers (cherry picked from commit f1ed13e) --- .../src/main/resources/db.changelog-1.2.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/libreplan-business/src/main/resources/db.changelog-1.2.xml b/libreplan-business/src/main/resources/db.changelog-1.2.xml index dcce1c4d8..a61b348af 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.2.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.2.xml @@ -174,16 +174,24 @@ - Add new column allow_to_gather_usage_stats_enabled with default value FALSE to configuration table + Add new column allow_to_gather_usage_stats_enabled with default value TRUE to configuration table + defaultValueBoolean="TRUE" /> + + + + + Update allow_to_gather_usage_stats_enabled field + + +