From 837a12437c3ec940bd88d5e52bfc91854faaf1e3 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Fri, 10 Dec 2010 10:33:45 +0100 Subject: [PATCH] Removed previous changesets that are not needed from now on as database re-creation will be required by previous commit. FEA: ItEr65S05DatabaseUpgradeItEr64S07 --- .../main/resources/db.changelog-initial.xml | 34 ++----------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/navalplanner-business/src/main/resources/db.changelog-initial.xml b/navalplanner-business/src/main/resources/db.changelog-initial.xml index 6f1f26581..b91135d56 100644 --- a/navalplanner-business/src/main/resources/db.changelog-initial.xml +++ b/navalplanner-business/src/main/resources/db.changelog-initial.xml @@ -5,42 +5,12 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> - - Resize precision for 'progress_by_duration' and 'progress_by_duration' fields + + Resize precision for 'progress_by_duration' and 'progress_by_num_hours' fields - - - The type of constraint_date was wrong,it was causing the LocalDate to be - serialized instead of being used as a date. - Because the type date is not compatible, the column must be dropped and - added again with the correct type. In order to not leave the database in - an inconsistent state, the start_constraint_type is updated to zero - which maps to AS_SOON_AS_POSSIBLE. - - - - - - - - - - - - MaterialInfo was using Double for units instead of BigDecimal - - - - - - - - - -