http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7855 --- Comment #5 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #4)
I think the problem is, that the new column for field length is not part of the inserts yet. So this means updating all lines in all sample files to have the additional value.
I agree, but I think I still let this patch "failed QA". The proper way to fix this problem is to: * upload a framework file * update the default value * dump the tables again (with --extended-insert option, or something like that, not sure of the exact mysqldump parameter) * create a patch from this update That will fix the problem of maxlength not being set AND the problem of those dump not being correct (PS: in UNIMARC, I just checked, and they are correct) -- You are receiving this mail because: You are watching all bug changes.