[Koha-bugs] [Bug 22642] DB upgrade 18.06.00.005 can fail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 4 16:44:17 CEST 2019


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

--- Comment #1 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Correct manually with :

update aqbasket left join borrowers on (aqbasket.authorisedby =
borrowers.borrowernumber) set aqbasket.authorisedby = NULL where
borrowers.borrowernumber is null;

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


More information about the Koha-bugs mailing list