From 664a4baafdb160999e8e770b10e13c86c9f4e232 Mon Sep 17 00:00:00 2001 From: Susana Montes Pedreira Date: Mon, 31 Jan 2011 10:57:29 +0100 Subject: [PATCH] Introduce the changes of data base in db.changelog-1.0.xml. it adds the columns changed_default_admin_password, changed_default_user_password, changed_default_wsreader_password and changed_default_wswriter_password in configuration table. FEA : ItEr69S06AutocompleteAndPasswords --- .../src/main/resources/db.changelog-1.0.xml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/navalplanner-business/src/main/resources/db.changelog-1.0.xml b/navalplanner-business/src/main/resources/db.changelog-1.0.xml index a4e1a712b..0fe6cf62a 100644 --- a/navalplanner-business/src/main/resources/db.changelog-1.0.xml +++ b/navalplanner-business/src/main/resources/db.changelog-1.0.xml @@ -82,4 +82,56 @@ + + Add new column changed_default_admin_password with default value FALSE to configuration table + + + + + + + + + Add new column changed_default_user_password with default value FALSE to configuration table + + + + + + + + + Add new column changed_default_wsreader_password with default value FALSE to configuration table + + + + + + + + + Add new column changed_default_wswriter_password with default value FALSE to configuration table + + + + + + +