From fe03a5434142ea4a59b4ae5b8855c67fdc6530dc Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 18 Aug 2014 13:10:06 -0300 Subject: [PATCH] Bug 12781: update_dbix_class_files.pl should use the preserve_case option Signed-off-by: Tomas Cohen Arazi Signed-off-by: Chris Cormack --- misc/devel/update_dbix_class_files.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/devel/update_dbix_class_files.pl b/misc/devel/update_dbix_class_files.pl index 08c0170..d231582 100755 --- a/misc/devel/update_dbix_class_files.pl +++ b/misc/devel/update_dbix_class_files.pl @@ -41,6 +41,6 @@ GetOptions( make_schema_at( "Koha::Schema", - {debug => 1, dump_directory => $path}, + { debug => 1, dump_directory => $path, preserve_case => 1 }, ["DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port",$db_user, $db_passwd ] ); -- 1.9.1