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

--- Comment #2 from Magnus Enger <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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