[Koha-bugs] [Bug 24986] Maximum row size reached soon for borrowers and deletedborrowers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 3 21:21:42 CEST 2020


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

--- Comment #2 from Magnus Enger <magnus at libriotech.no> ---
When I run those same updates manually they work:

MariaDB [koha_hkr]> ALTER TABLE borrowers
    ->             ADD COLUMN flgAnonymized tinyint DEFAULT 0
    ->             AFTER overdrive_auth_token;
Query OK, 0 rows affected (0.006 sec)
Records: 0  Duplicates: 0  Warnings: 0

MariaDB [koha_hkr]> ALTER TABLE deletedborrowers
    ->             ADD COLUMN flgAnonymized tinyint DEFAULT 0
    ->             AFTER overdrive_auth_token;
Query OK, 0 rows affected (0.006 sec)
Records: 0  Duplicates: 0  Warnings: 0

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list