https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24328 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com Status|Needs Signoff |Signed Off --- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Count this as signed Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> If needed I can upload a gzipped signed patch, but present one it's Ok Tested enabling strict mode (MySQL), load failed before patch, load ok after patch. Comment: This field 'linkid' can be removed from the inserts, it's default value is '0' and we are inserting just that in all cases. select count(*),linkid from auth_subfield_structure group by linkid" +----------+--------+ | count(*) | linkid | +----------+--------+ | 13398 | 0 | +----------+--------+ -- You are receiving this mail because: You are watching all bug changes.