[Koha-bugs] [Bug 32556] borrower_message_preference_id reaches limit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 24 02:06:27 CEST 2023


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

--- Comment #11 from David Cook <dcook at prosentient.com.au> ---
(In reply to Magnus Enger from comment #7)
> Next question then is: Should we change the schema and run Galen's solution
> as part of an upgrade, or should we just document the quickfix for those
> that run into the problem? And/or change how these message preferences are
> handled?

I think we need to change the schema as part of the upgrade.

However, I think we could just use "FOREIGN_KEY_CHECKS" to disable the foreign
key checks while changing from INT to BIGINT. That should make it a bit easier.

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