[Koha-bugs] [Bug 27534] koha upgrade throws SQL error while applying Bug 25333 - Change message transport type for Talking Tech from "phone" to "itiva"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 25 13:09:31 CET 2021


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
It sounds like your database structure isn't quite right, unless it's a bug in
your database software version.

I did the following to test and it worked:
UPDATE message_transport_types SET message_transport_type = "asdf" WHERE
message_transport_type = "email"

Maybe your FK on `letter` is missing it's "ON UPDATE CASCADE"?

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


More information about the Koha-bugs mailing list