View | Details | Raw Unified | Return to bug 12781
Collapse All | Expand All

(-)a/misc/devel/update_dbix_class_files.pl (-2 / +1 lines)
Lines 41-46 GetOptions( Link Here
41
41
42
make_schema_at(
42
make_schema_at(
43
    "Koha::Schema",
43
    "Koha::Schema",
44
    {debug => 1, dump_directory => $path},
44
    { debug => 1, dump_directory => $path, preserve_case => 1 },
45
    ["DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port",$db_user, $db_passwd ]
45
    ["DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port",$db_user, $db_passwd ]
46
);
46
);
47
- 

Return to bug 12781