[Koha-bugs] [Bug 7855] Bug 7263 does not include maxlength field sets into a fresh install

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 12 10:27:04 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7855

--- Comment #5 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list