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

--- Comment #25 from Andrii Nugged <[email protected]> ---
.. I did fixed my server with patching this SQL INSERT as "IGNORE":

```
q{INSERT IGNORE INTO user_permissions (borrowernumber, module_bit, code) SELECT
 borrowernumber, module_bit, 'merge_borrowers' FROM user_permissions where
module_bit = 4 and code = 'edit_borrowers';}
```

and re-run `apt-get upgrade`, all passed. Not sure this is the cleanest way for
now, but this might be workarounder for other non-deep-Koha people who come
here from the websearch one day too.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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