From ddd725ba33b10b0b6254cb85e658a0a6e989b01e Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 8 Nov 2012 19:53:59 +0100 Subject: [PATCH] Update order state in database due to new status added to the enum FEA: ItEr77S03Community --- .../src/main/resources/db.changelog-1.3.xml | 32 +++++++++++++++++++ 1 file changed, 32 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 b4ce27ed8..23d1feb29 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.3.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.3.xml @@ -73,4 +73,36 @@ + + Updating status values in order_table + + + state='6' + + + + state='4' + + + + state='3' + + + + state='2' + + + + state='1' + + + + state='5' + + + + state='0' + + +