[Koha-bugs] [Bug 30946] Error in database update 21.12.00.048

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 13 01:26:31 CEST 2022


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

--- Comment #5 from victor <vbovictor at gmail.com> ---
apparent solution

mysql >USE database;
mysql >SET foreign_key_checks = 0;
mysql > ALTER TABLE recalls CHANGE COLUMN borrowernumber patron_id int(11) NOT
NULL DEFAULT 0;

-- 
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