3 Jun
2020
3 Jun
'20
9:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986 --- Comment #2 from Magnus Enger <magnus@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.