https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24328

Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkrie...@gmail.com
             Status|Needs Signoff               |Signed Off

--- Comment #2 from Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> ---
Count this as signed

Signed-off-by: Bernardo Gonzalez Kriegel <bgkrie...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to